PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  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
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 10, 2005 11:04 am Reply with quote Back to top

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?
View user's profile Send private message Visit poster's website
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Mon Mar 14, 2005 8:26 am Reply with quote Back to top

any ideas here?
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Mon Mar 14, 2005 12:00 pm Reply with quote Back to top

Does it do this with or without NukdeSentinel?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 17, 2005 8:35 am Reply with quote Back to top

thanks for the reply, I have been away. What should I comment out? Thanks again!
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Mar 17, 2005 8:38 am Reply with quote Back to top

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?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 17, 2005 9:05 am Reply with quote Back to top

It was a fresh install of 7.6 with chatserv's 2.9 patches. fresh db also.
View user's profile Send private message Visit poster's website
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 17, 2005 9:08 am Reply with quote Back to top

It happens with the Sentinal code commented out.
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Mar 17, 2005 9:21 am Reply with quote Back to top

PM me the login stuff.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Mar 17, 2005 12:45 pm Reply with quote Back to top

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?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 17, 2005 12:47 pm Reply with quote Back to top

I could swear I got it from nukeresources Or here. those are the only two places I trust Very Happy 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...
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Mar 17, 2005 12:57 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 17, 2005 12:59 pm Reply with quote Back to top

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


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 17, 2005 1:01 pm Reply with quote Back to top

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!!
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Thu Mar 17, 2005 1:10 pm Reply with quote Back to top

2.7 or 2.9? In any event, I will alert CS.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Thu Mar 17, 2005 1:28 pm Reply with quote Back to top

If this relates to the double "" it was corrected in 2.9
View user's profile Send private message Visit poster's website
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 17, 2005 1:34 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Thu Mar 17, 2005 1:41 pm Reply with quote Back to top

Forums first
View user's profile Send private message Visit poster's website
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 17, 2005 2:04 pm Reply with quote Back to top

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?
View user's profile Send private message Visit poster's website
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Thu Mar 17, 2005 3:17 pm Reply with quote Back to top

The version is no longer listed in the footer, it's now listed in the main forum admin page.
View user's profile Send private message Visit poster's website
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 17, 2005 3:19 pm Reply with quote Back to top

Thank you! but why french or canadian or whatever that is...
View user's profile Send private message Visit poster's website
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Thu Mar 17, 2005 3:31 pm Reply with quote Back to top

No idea, it shouldn't be like that, could be an error in the theme or the lang files.
View user's profile Send private message Visit poster's website
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Thu Mar 17, 2005 3:35 pm Reply with quote Back to top

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?
View user's profile Send private message Visit poster's website
chatserv
The Mouse Is Extension Of Arm


Joined: May 02, 2003
Posts: 1396
Location: Puerto Rico

PostPosted: Thu Mar 17, 2005 3:39 pm Reply with quote Back to top

Nuke 7.6 doesn't, Nuke Patched 2.9 does.
View user's profile Send private message Visit poster's website
blith
Client


Joined: Jul 18, 2003
Posts: 977

PostPosted: Fri Mar 25, 2005 10:26 am Reply with quote Back to top

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?
View user's profile Send private message Visit poster's website
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Fri Mar 25, 2005 11:04 am Reply with quote Back to top

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?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
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