PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Mon Mar 20, 2006 6:48 pm Reply with quote Back to top

Ok...next pudding question...
when an admin is added he can go everywhere without any problems but as soon as he goes to edit admins he gets a blank page.

there is no error,not with display errors....nothing,nada..

there is however a big difference between the old authors table and the new ravenuke authors table..

the old one..

Code:
 `aid` varchar(25) NOT NULL default '',
  `name` varchar(50) default NULL,
  `url` varchar(255) NOT NULL default '',
  `email` varchar(255) NOT NULL default '',
  `pwd` varchar(40) default NULL,
  `counter` int(11) NOT NULL default '0',
  `radminarticle` tinyint(2) NOT NULL default '0',
  `radmintopic` tinyint(2) NOT NULL default '0',
  `radminuser` tinyint(2) NOT NULL default '0',
  `radminsurvey` tinyint(2) NOT NULL default '0',
  `radminsection` tinyint(2) NOT NULL default '0',
  `radminlink` tinyint(2) NOT NULL default '0',
  `radminephem` tinyint(2) NOT NULL default '0',
  `radminfaq` tinyint(2) NOT NULL default '0',
  `radmindownload` tinyint(2) NOT NULL default '0',
  `radminreviews` tinyint(2) NOT NULL default '0',
  `radminnewsletter` tinyint(2) NOT NULL default '0',
  `radminforum` tinyint(2) NOT NULL default '0',
  `radmincontent` tinyint(2) NOT NULL default '0',
  `radminency` tinyint(2) NOT NULL default '0',
  `radminsuper` tinyint(2) NOT NULL default '1',
  `admlanguage` varchar(30) NOT NULL default '',
  PRIMARY KEY  (`aid`),
  KEY `aid` (`aid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


and the new one...

Code:
`aid` varchar(25) NOT NULL default '',
  `name` varchar(50) default NULL,
  `url` varchar(255) NOT NULL default '',
  `email` varchar(255) NOT NULL default '',
  `pwd` varchar(40) default NULL,
  `counter` int(11) NOT NULL default '0',
  `radminsuper` tinyint(1) NOT NULL default '1',
  `admlanguage` varchar(30) NOT NULL default '',
  PRIMARY KEY  (`aid`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;


And in the authors table they have the same ID as god..
View user's profile Send private message
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

PostPosted: Mon Mar 20, 2006 10:21 pm Reply with quote Back to top

MM the old one looks to be an old version. Those fields aren't used in 7.6.. but the new one is 7.6
View user's profile Send private message Visit poster's website
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Mon Mar 20, 2006 10:28 pm Reply with quote Back to top

yes i figured that,but that doesnt answers the why admins get blank page when the click edit admins.
View user's profile Send private message
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

PostPosted: Mon Mar 20, 2006 10:30 pm Reply with quote Back to top

No error messages I guess?
View user's profile Send private message Visit poster's website
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Mon Mar 20, 2006 10:31 pm Reply with quote Back to top

absolutely nothing.
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9136
Location: Arizona

PostPosted: Tue Mar 21, 2006 5:28 am Reply with quote Back to top

Two things:

1) Since the two tables are different, have you verified that the transferred data is valid in the new table? (probably ok).

2) Have you modified either admin.php, admin/modules/authors.php, mainfile.php or includes/nukesentinel.php and thereby possibly infused a parse error?

I have actually found that display errors does not help you with most parse errors (the "hard stuff"). Try uploading the above files again...
View user's profile Send private message Visit poster's website
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Tue Mar 21, 2006 6:32 am Reply with quote Back to top

nope...that didnt help either.
i even uploaded the whole admin/modules folder just incase and all root files.
And looking at the authors table i cant see any difference or something missing either.
everything looks ok and the same as god account...but with different names.
and it lets you even into sentinel so its not rights problem...
anymore ideas...?
View user's profile Send private message
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Tue Mar 21, 2006 1:44 pm Reply with quote Back to top

Nobody have any ideas?
View user's profile Send private message
evaders99
Former Moderator in Good Standing


Joined: Apr 30, 2004
Posts: 3221

PostPosted: Tue Mar 21, 2006 8:23 pm Reply with quote Back to top

Is he using the God account?
View user's profile Send private message Visit poster's website
FireATST
RavenNuke(tm) Development Team


Joined: Jun 12, 2004
Posts: 633
Location: Ohio

PostPosted: Tue Mar 21, 2006 11:16 pm Reply with quote Back to top

I believe that only the original God account has privileges to edit the admins doesn't it....
View user's profile Send private message Visit poster's website MSN Messenger ICQ Number
hitwalker
Sells PC To Pay For Divorce


Joined:
Posts: 5661

PostPosted: Wed Mar 22, 2006 5:15 am Reply with quote Back to top

well i dont know,im only admin on my sites but in this case these people hjave a few admins.
so nuke just shows a blank page if an admin visits the edit admin page?
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9136
Location: Arizona

PostPosted: Wed Mar 22, 2006 5:22 am Reply with quote Back to top

FireATST is correct, but it should not be giving a blank page (parse error). NukeSentinel should have been the one to stop that. This is why it has to be something in this installation that is hosed up.

Try commenting out NukeSentinel in mainfile.php and then have the admins try again. If you do not get the blank page, then someone has probably modified NukeSentinel and introduced a parse error. However, if you still get the blank page, then you have to work it via process of elimination!
View user's profile Send private message Visit poster's website
BlueLion
New Member
New Member


Joined: Aug 10, 2004
Posts: 12

PostPosted: Fri Aug 11, 2006 1:50 pm Reply with quote Back to top

Short update on this topic:
New Admin passwords should be at least 8 characters long.
Otherwise there will appear a blank screen.

Maybe something to add a check for the 2.10 distro!


BlueLion
View user's profile Send private message Visit poster's website
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.

View next topic
View previous 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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum