>>
Site Map
>>
Forums
>>
Tips and Tricks
Forum module - topics in forum:
Tips and Tricks - Get the most from your PHP-NUKE website. Post things you have discovered and would like to share with others.
Actual user staus is :Offline
Here is a quick fix for those that have this error:
Actual user staus is :Offline
you need to edit Your_Account/index.php find all instances of
| Code: : |
| Header("Location: modules.php |
and replace with
| Code: : |
| Header("Refresh: 0;url=modules.php |
REMEMBER TO MAKE A BACKUP COPY OF THIS FILE BEFORE EDITING SHOULD SOMETHING GO WRONG.