I removed the guestbook code completely so that Nuke did not know it was there and re-installed it from scratch.
Guestbook still not available.
I suspect that the ISP has changed something.
MySQL is V3.23.56 [but PHPinfo - client API version 3.23.58].
PHP is V4.3.5
System is FreeBSD 3.10-BETA #3 Tue Apr 2 i386
Build Date is Apr 9 2004 (which is why I suspect a code compatibility problem).
Server software Apache/1.3.29 (Unix) mod_perl/ 1.28 PHP/4.3.5
Guestbook is V5.0.2
phpNuke is V6.9
Only registered users can see links on this board! Get registered or login to the forums!
to see where guestbook used to be.
Please tell me - why mend it (upgrade it) when it was not broken!
In anticipation of greater minds than mine knowing why - thanks.
We better wait for Raven to look at this it might be the globals have to all be converted to the newer "Super" globals.
Like instead of
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
to
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
and
$PHP_SELF = $HTTP_SERVER_VARS['PHP_SELF'];
to
$PHP_SELF = $_SERVER['PHP_SELF'];
Joined: Aug 27, 2002 Posts: 16987 Location: Kansas
Posted:
Sun May 16, 2004 6:55 pm
PHP v4.3.5 was/is buggy and MANY applications were affected. That's why 4.3.6 was quickly released. Chances are that is your problem. Get your host to either back down to 4.3.4 or upgrade to 4.3.6. If it still persists after that, let me know. I am running 6.9 with 4.3.4 and 4.3.6 w/o any changes at all.
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