• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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