I am trying to add a person as God admin, bu all I get is a blank page.
I use Nuke 7.3, and the last ver. og Secure Admin.
Here is what I do:
I go to the Nuke adminpanel, and add him from that meny. Pressing "Submit", I end up with a blank page.
When I enter Secure Admin, I expect to find him under "Admin waiting..." But that field is empty! I have tried this severel times, but this happands every time.
Where am I doing wrong?
madman Support Mod
Joined: Feb 15, 2004
Posts: 806
Posted:
Fri Aug 20, 2004 10:54 am
JanVidar wrote:
I am trying to add a person as God admin, bu all I get is a blank page. I use Nuke 7.3, and the last ver. og Secure Admin.
Blank page mostly because the fatal/parse errors while your default PHP error settings is reset (hide any errors), or your PHP has been configured to use output buferring. Try to put this code at the beginning of your mainfile.php:
But I still got blank page when I try to add an admin. I will try the link you provided
madman Support Mod
Joined: Feb 15, 2004
Posts: 806
Posted:
Fri Aug 20, 2004 1:38 pm
I saw Admin Secure also installed there. FYI, NSN Secure Admin and Admin Secure is different product. Considering to your blank page problem, maybe this the last solution from me. Put this code before my previous code above:
Code:
ini_set('memory_limit', '-1');
Sometimes, this code can save the day. If you still got blank page, there's nothing to do (at least for me) unless I have a FTP access to your directory to examine the problem even closer.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum