Author |
Message |
blith
Client

Joined: Jul 18, 2003
Posts: 977
|
Posted:
Thu Mar 10, 2005 11:04 am |
|
I click on the edit admin icon from the admin panel and I get a white page. that is the only one it does it for. Any help please? |
|
|
|
 |
blith

|
Posted:
Mon Mar 14, 2005 8:26 am |
|
|
|
 |
Raven
Site Admin/Owner

Joined: Aug 27, 2002
Posts: 17088
|
Posted:
Mon Mar 14, 2005 12:00 pm |
|
Does it do this with or without NukdeSentinel? |
|
|
|
 |
blith

|
Posted:
Thu Mar 17, 2005 8:35 am |
|
thanks for the reply, I have been away. What should I comment out? Thanks again! |
|
|
|
 |
Raven

|
Posted:
Thu Mar 17, 2005 8:38 am |
|
Briefly comment out the NukeSentinel include code in mainfile.php. That will tell you whether that's a possible issue. Did this just start? Was this a fresh install or an upgrade? |
|
|
|
 |
blith

|
Posted:
Thu Mar 17, 2005 9:05 am |
|
It was a fresh install of 7.6 with chatserv's 2.9 patches. fresh db also. |
|
|
|
 |
blith

|
Posted:
Thu Mar 17, 2005 9:08 am |
|
It happens with the Sentinal code commented out. |
|
|
|
 |
Raven

|
Posted:
Thu Mar 17, 2005 9:21 am |
|
|
|
 |
Raven

|
Posted:
Thu Mar 17, 2005 12:45 pm |
|
Your admin/modules/authors.php had a syntax error at line 299. I renamed it to authors-BAD so you can see it. You say it was a fresh install with patches? Where did you get the fresh install from and the patches? Did you manually make any changes for the addons you did? |
|
|
|
 |
blith

|
Posted:
Thu Mar 17, 2005 12:47 pm |
|
I could swear I got it from nukeresources Or here. those are the only two places I trust I do not believe I changed anything. Do I even have any add-ons? I don't think so. The only thing I installed was a theme pack... |
|
|
|
 |
Raven

|
Posted:
Thu Mar 17, 2005 12:57 pm |
|
Code:Compare: (<)C:\Program Files\Apache Group\Apache\web\PHP_Nuke\PHP-Nuke-7.6-patchedv2.9\html\admin\modules\authors.php (24046 bytes)
with: (>)C:\misc\authors-BAD.php (24051 bytes)
298c298
< $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='$chng_radminsuper', pwd='$chng_pwd', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='$chng_radminsuper', pwd='$chng_pwd', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'"");
302c302
< $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='0', pwd='$chng_pwd', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='0', pwd='$chng_pwd', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'"");
313c313
< $db->sql_query("UPDATE ".$prefix."_authors SET radminsuper='$chng_radminsuper' WHERE name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("UPDATE ".$prefix."_authors SET radminsuper='$chng_radminsuper' WHERE name='$chng_name' AND aid='$adm_aid'"");
345c345
< $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='$chng_radminsuper', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='$chng_radminsuper', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'"");
349c349
< $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='0', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='0', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'"");
360c360
< $db->sql_query("UPDATE ".$prefix."_authors SET radminsuper='$chng_radminsuper' WHERE name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("UPDATE ".$prefix."_authors SET radminsuper='$chng_radminsuper' WHERE name='$chng_name' AND aid='$adm_aid'"");
| Somehow your file had extra " marks in it. |
|
|
|
 |
blith

|
Posted:
Thu Mar 17, 2005 12:59 pm |
|
Okay it appears I do not have 2.9 but rather chatservs 2.7 fixes. I am going to upgrade to 2.9. I also need to upgrade the forums from 2.10 to 2.13, in order. Now my question is this Do I upgrade to 2.9 and then do the forum upgrades or do the forum upgrades then 2.9 upgrade? Thanks. |
|
|
|
 |
blith

|
Posted:
Thu Mar 17, 2005 1:01 pm |
|
Raven wrote: | Code:Compare: (<)C:\Program Files\Apache Group\Apache\web\PHP_Nuke\PHP-Nuke-7.6-patchedv2.9\html\admin\modules\authors.php (24046 bytes)
with: (>)C:\misc\authors-BAD.php (24051 bytes)
298c298
< $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='$chng_radminsuper', pwd='$chng_pwd', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='$chng_radminsuper', pwd='$chng_pwd', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'"");
302c302
< $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='0', pwd='$chng_pwd', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='0', pwd='$chng_pwd', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'"");
313c313
< $db->sql_query("UPDATE ".$prefix."_authors SET radminsuper='$chng_radminsuper' WHERE name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("UPDATE ".$prefix."_authors SET radminsuper='$chng_radminsuper' WHERE name='$chng_name' AND aid='$adm_aid'"");
345c345
< $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='$chng_radminsuper', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='$chng_radminsuper', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'"");
349c349
< $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='0', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("update " . $prefix . "_authors set aid='$chng_aid', email='$chng_email', url='$chng_url', radminsuper='0', admlanguage='$chng_admlanguage' where name='$chng_name' AND aid='$adm_aid'"");
360c360
< $db->sql_query("UPDATE ".$prefix."_authors SET radminsuper='$chng_radminsuper' WHERE name='$chng_name' AND aid='$adm_aid'");
---
> $db->sql_query("UPDATE ".$prefix."_authors SET radminsuper='$chng_radminsuper' WHERE name='$chng_name' AND aid='$adm_aid'"");
| Somehow your file had extra " marks in it. |
I see. But I know for a fact I did nothing to that file. i have aded nothing except Sentinel which would have nothing to do with that. So that is interesting... I got 7.6 with 2.7 from nukeresources...
Please see my post above this one also! And a BIG thank you Raven!! |
|
|
|
 |
Raven

|
Posted:
Thu Mar 17, 2005 1:10 pm |
|
2.7 or 2.9? In any event, I will alert CS. |
|
|
|
 |
chatserv
Member Emeritus

Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico
|
Posted:
Thu Mar 17, 2005 1:28 pm |
|
If this relates to the double "" it was corrected in 2.9 |
|
|
|
 |
blith

|
Posted:
Thu Mar 17, 2005 1:34 pm |
|
Thank you both. As you can tell I have been out of the loop a while.
Okay it appears I do not have 2.9 but rather chatservs 2.7 fixes. I am going to upgrade to 2.9. I also need to upgrade the forums from 2.10 to 2.13, in order. Now my question is this Do I upgrade to 2.9 and then do the forum upgrades or do the forum upgrades then 2.9 upgrade? Thanks. |
|
|
|
 |
chatserv

|
Posted:
Thu Mar 17, 2005 1:41 pm |
|
|
|
 |
blith

|
Posted:
Thu Mar 17, 2005 2:04 pm |
|
Alright I upgraded the forums in order from 10 all the way to 13. Now down where it usually says the forum version I am getting this...
Créé par phpBB © 2001 phpBB Groupe
any ideas? |
|
|
|
 |
chatserv

|
Posted:
Thu Mar 17, 2005 3:17 pm |
|
The version is no longer listed in the footer, it's now listed in the main forum admin page. |
|
|
|
 |
blith

|
Posted:
Thu Mar 17, 2005 3:19 pm |
|
Thank you! but why french or canadian or whatever that is... |
|
|
|
 |
chatserv

|
Posted:
Thu Mar 17, 2005 3:31 pm |
|
No idea, it shouldn't be like that, could be an error in the theme or the lang files. |
|
|
|
 |
blith

|
Posted:
Thu Mar 17, 2005 3:35 pm |
|
Well garbage... I think I am just going to reinstall 7.6 ver 2.9. That has phpbb 2.13 in it doesn't it? |
|
|
|
 |
chatserv

|
Posted:
Thu Mar 17, 2005 3:39 pm |
|
Nuke 7.6 doesn't, Nuke Patched 2.9 does. |
|
|
|
 |
blith

|
Posted:
Fri Mar 25, 2005 10:26 am |
|
I have reinstalled 7.6 patched to 2.9 thanks chatserv! but I still am getting "You can't access this file directly..." If I put news in Home. Any ideas? |
|
|
|
 |
Raven

|
Posted:
Fri Mar 25, 2005 11:04 am |
|
So, are you saying that you have a fresh, virgin installation of the 7.6pl2.9 from this site and you have a fresh database and you're receiving this error? |
|
|
|
 |
|