Author |
Message |
SPJeff69
Regular


Joined: Oct 25, 2004
Posts: 53
|
Posted:
Thu Dec 30, 2004 2:12 pm |
|
I can get into admin.php fine, and click Edit Admins.
However, when I fill out the information and click submit, a blank white page loads, and no new admins are created. |
|
|
|
 |
chatserv
Member Emeritus

Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico
|
Posted:
Fri Dec 31, 2004 5:46 am |
|
Check your nuke_authors database table, it should have 8 fields:
aid
name
url
email
pwd
counter
radminsuper
admlanguage
If it has more or less fields that is the problem, if it does have 8 then your admin/modules/authors.php file is not that of 7.6 or has been modified. |
|
|
|
 |
SPJeff69

|
Posted:
Fri Dec 31, 2004 9:53 am |
|
I have:
aid varchar(25) No
name varchar(50) Yes NULL
url varchar(255) No
email varchar(255) No
pwd varchar(40) Yes NULL
counter int(11) No 0
radminarticle tinyint(2) No 0
radmintopic tinyint(2) No 0
radminuser tinyint(2) No 0
radminsurvey tinyint(2) No 0
radminsection tinyint(2) No 0
radminlink tinyint(2) No 0
radminephem tinyint(2) No 0
radminfaq tinyint(2) No 0
radmindownload tinyint(2) No 0
radminreviews tinyint(2) No 0
radminnewsletter tinyint(2) No 0
radminforum tinyint(2) No 0
radmincontent tinyint(2) No 0
radminency tinyint(2) No 0
radminsuper tinyint(2) No 1
admlanguage varchar(30) No
Check All / Uncheck All With selected: |
|
|
|
 |
hdonalds
New Member


Joined: Dec 18, 2004
Posts: 5
|
Posted:
Sat Jan 01, 2005 9:16 am |
|
I'm having the same problem. I can modify the 2 existing admin/auth members but I just get a blank screen while trying to add a new member.
i'm running 2.1.3 |
|
|
|
 |
sixonetonoffun
Spouse Contemplates Divorce

Joined: Jan 02, 2003
Posts: 2496
|
Posted:
Sat Jan 01, 2005 9:27 am |
|
Same thing check your authors table as chatserv advises above assuming your phpnuke version is 7.6 |
_________________ [b][size=5]openSUSE 11.4-x86 | Linux 2.6.37.1-1.2desktop i686 | KDE: 4.6.41>=4.7 | XFCE 4.8 | AMD Athlon(tm) XP 3000+ | MSI K7N2 Delta-L | 3GB Black Diamond DDR
| GeForce 6200@433Mhz 512MB | Xorg 1.9.3 | NVIDIA 270.30[/size:2b8 |
|
|
 |
SPJeff69

|
Posted:
Sat Jan 01, 2005 9:41 pm |
|
Do we need to delete the extra values?
How can I tell which version I'm running? |
|
|
|
 |
chatserv

|
Posted:
Sun Jan 02, 2005 12:07 pm |
|
Look for the version number in the $prefix_config db table, if it's not listed as 7.6 you might have forgotten to run the upgrade scripts or did it incorrectly |
|
|
|
 |
SPJeff69

|
Posted:
Sun Jan 02, 2005 3:31 pm |
|
I looked in the DB and it says my version is 7.6.
Do I need to delete the extra values? |
|
|
|
 |
chatserv

|
Posted:
Sun Jan 02, 2005 4:44 pm |
|
|
|
 |
peace
Worker


Joined: Mar 11, 2004
Posts: 209
|
Posted:
Thu Mar 17, 2005 1:55 am |
|
i was having same problem 7.6 now it works thx
i deleted a field nukeblocker i wonder if this about sentinel ? or cant it be mess anything |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Thu Mar 17, 2005 9:37 pm |
|
peace wrote: | i was having same problem 7.6 now it works thx
i deleted a field nukeblocker i wonder if this about sentinel ? or cant it be mess anything | No. NukeSentinel does not alter any core nuke tables. |
|
|
|
 |
chatserv

|
Posted:
Thu Mar 17, 2005 11:04 pm |
|
If it's radminblocker that's part of Protector |
|
|
|
 |
peace

|
Posted:
Fri Mar 18, 2005 1:09 am |
|
yes it was radminblocker k thx |
|
|
|
 |
NukeBling
New Member


Joined: Mar 29, 2005
Posts: 7
|
Posted:
Fri Apr 08, 2005 10:37 am |
|
I am getting the 'blank white page' when I try to access 'modules' from admin!
Is there a database change that is required?
Using the latest pached 7.6 DL from this site
Line 50 of admin/modules.php now looks like
Code:sql_query("insert into ".$prefix."_modules values (NULL, '$modlist[$i]', '$modlist[$i]', '0', '0', '1', '0', '0')", $dbi);
|
As there are 8 fields in the MySql database... I have tried various other combinations of the above but no joy
What should I try next ??? |
_________________ Only registered users can see links on this board! Get registered or login! | Only registered users can see links on this board! Get registered or login! | Only registered users can see links on this board! Get registered or login! | Only registered users can see links on this board! Get registered or login! |
|
|
 |
Raven

|
Posted:
Fri Apr 08, 2005 12:28 pm |
|
Try to access modules from admin and then immediately look at your server error log to see any errors. |
|
|
|
 |
|