• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

plesk 7.5.1 PHP page don't work

P

Poldino72

Guest
Hi,

i'm running plesk reloaded 7.5.1 on my server on Fedora Core 1.

The PHP page don't work, the code is ok (they work on another server without plesk) but here nothing.

I've installed PHP 4.3.8-1.1 and all plesk component is up to date.

Someone could help me?

Thanks
Paolo
 
Turn on display_errors in your php.ini file this should give you a clue as to whats going on.

Id bet its either you need register_globals on or safe_mod off for the code to work.

Oh as i posted before in another topic you may wish to turn off display_errors after your done so as not to make a messy look of poorly coded php sites which show fine with display_errors off
 
Back
Top