PHPNuke not compatible with php4

PHPNuke not compatible with php4

Posted by: protegechris
Posted on: 2006-08-07 12:40:00

Some of my scripts are specifically required to have PHP4, but running in PHP4, PHPNuke spits out:

Access Denied

On the admin page. Anyone know of a workaround for this?

Re: PHPNuke not compatible with php4

Posted by: apidev
Posted on: 2006-08-07 15:31:00

Can you clarify?

Do you mean your files use the .php4 extension?

Re: PHPNuke not compatible with php4

Posted by: protegechris
Posted on: 2006-08-07 18:59:00

PHP version 4.

A default installation of PHPNuke throws out that error in the admin file if I switch to PHP version 4, opposed to 5.

Unfortunately the scripts I want to run require v4, and oddly enough PHPnuke is said to have poor v5 support, but I didn't see a problem. Just need to figure out how to get rid of the error.

Re: PHPNuke not compatible with php4

Posted by: gordaen
Posted on: 2006-08-08 08:55:00

Can you say what the script is doing that might be causing the problems? Also check the file permissions. Another thing would be to check if you are using full url's for includes and the like (http://...) as that is disabled by default on DH shared servers.

Check out Gordaen's Knowledge, the blog, and the MR2 page.

Tags: php4phpnukeaccess deniedspitsscriptsrunning