>>
Site Map
>>
Forums
>>
PHP-Nuke Common Problems & Solutions
Forum module - topics in forum:
PHP-Nuke Common Problems & Solutions - <font color=red>Look Here First For Your Problems And Get Their Solutions.</font><br><br>See also <a href="http://phpnuke-uk.net/modules.php?name=PHP-Nuke_HOWTO&page=common-installation-problems.html"><b>this</b></a> section of the phpnuke howto.<br>
Users Cant Login (Status: Offline) - Windows IIS
---- The Error
- Users cant seem to login or there Status always seems to be Offline.
---- The Reason
- This error caused when you host your PHP-Nuke Site on a Windows IIS Server rather than an Apache Server (usually a *nix machine). PHP-Nuke uses a redirect function that is not recognised by Windows IIS, it has its own function that is slightly different
---- The Solution
- Please Note: Only Use This Solution If You Run Windows IIS As Your Server, If You Run Apache It Is A Different Problem
- Open the file modules/Your_Account/index.php and find the following within the file:
| Code: : |
| Header("Location: modules.php |
Replace all instances of this with
| Code: : |
| Header("Refresh: 0;url=modules.php |
---- Still Not Working
- If you find that you are still having problems please post up your specific problem in the Installation Forum and we will try to help

Added Poll