| Re: Error: Selected module does not exist? |
| by Sikandar on 2009/11/20 16:42:58 Hi ghia, I have figured out the problem that XOOPS is working fine on root on Apache but not on IIS. So I moved it into a folder and now there is no error. Thanks for your cooperation. Let me know if still any more info need to be provided in order to make this topic more useful for other if they will face same issue. thanks |
| Re: Error: Selected module does not exist? |
| by ghia on 2009/11/20 16:23:46 Don't compare different things. The added display on the server comes from $_SERVER['PHP_SELF']. But I can't get why the first statement le="color: #000000"><?php if (file_exists('./xoops_version.php')) of common.php resolves to true. Could you change once the line in common.php to le="color: #000000"><?php echo '<h4>' . _MODULENOEXIST . '|' . $_SERVER['PHP_SELF'] . '|' . realpath('./xoops_version.php') . '|' . '</h4>';
|
| Re: Error: Selected module does not exist? |
| by Sikandar on 2009/11/20 16:16:36 I think is I think due to placing XOOPS on root and IIS is getting confused. Now if I will place XOOPS in a folder then how users will be able to access it? Do I need to place any file on root? thanks |
| Re: Error: Selected module does not exist? |
| by Sikandar on 2009/11/20 15:48:10 It says exists not now when I tested on my local pc the following, $_SERVER['SCRIPT_NAME'] is returning '/' while on online hosting it is giving error with, /user.php or /admin.php or /index.php why so as it it will only return directory then I think there will be no issue. Just my thought. thanks |
| Re: Error: Selected module does not exist? |
| by ghia on 2009/11/20 15:15:14 Quote: I can see following error in debug? |