You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 54 guest(s) and 0 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Adding new God-admin [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
JanVidar
Nuke Cadet
Nuke Cadet


Joined: Jul 19, 2004
Posts: 5


PostPosted: Fri Aug 20, 2004 8:13 am Reply with quoteBack to top

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?
Find all posts by JanVidarView user's profileSend private message
madman
Support Mod
Support Mod


Joined: Feb 15, 2004
Posts: 806


PostPosted: Fri Aug 20, 2004 10:54 am Reply with quoteBack to top

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:
Code:
ob_end_clean();
ini_set('display_errors', '1');
error_reporting(E_ALL & ~E_NOTICE);


If you still got blank page, modify the code above to become like this:
Code:
ob_end_clean();
ob_start();
ob_implicit_flush(0);
ini_set('display_errors', '1');
error_reporting(E_ALL & ~E_NOTICE);


For better support and solutions, I recommend to visit Nukescript Network, the creator of NSN Secure Admin.

_________________
I'm Image
Find all posts by madmanView user's profileSend private messageVisit poster's websiteYahoo MessengerMSN Messenger
JanVidar
Nuke Cadet
Nuke Cadet


Joined: Jul 19, 2004
Posts: 5


PostPosted: Fri Aug 20, 2004 12:19 pm Reply with quoteBack to top

Thx Smile

I tried this code:

/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/

ob_end_clean();
ob_start();
ob_implicit_flush(0);
ini_set('display_errors', '1');
error_reporting(E_ALL & ~E_NOTICE);



/* --- begin: Admin Secure additional code --- */
function nuke_getRootPath() {




But I still got blank page when I try to add an admin. I will try the link you provided Smile
Find all posts by JanVidarView user's profileSend private message
madman
Support Mod
Support Mod


Joined: Feb 15, 2004
Posts: 806


PostPosted: Fri Aug 20, 2004 1:38 pm Reply with quoteBack to top

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.

_________________
I'm Image
Find all posts by madmanView user's profileSend private messageVisit poster's websiteYahoo MessengerMSN Messenger
JanVidar
Nuke Cadet
Nuke Cadet


Joined: Jul 19, 2004
Posts: 5


PostPosted: Sat Aug 21, 2004 10:55 am Reply with quoteBack to top

I just sended you my login data on private msg.

- Jan Vidar
Find all posts by JanVidarView user's profileSend private message
Display posts from previous:      
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.259 Seconds - 335 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::