PDA

View Full Version : Did PLESK update, now only static html pages come up


Coop1979
06-27-2005, 03:07 AM
Ok, I ran the Updater tonight and now can't view any of my sites that use php, and even my javascript redirect page doesn't work. BUT, I can view static html pages, images, etc.

Updater said it was updating PLESK, PLESK API, and the Application Vault. I've obviously tried restarting Apache and rebooting the server via PLESK, SSH, and the 1&1 admin interface.

Any ideas? Thanks!

Coop

eWebtricity
06-27-2005, 11:44 AM
Try accessing them from the command line with php.


[root@server httpdocs]# php index.php


You should see the HTML output by forcing php to parse the file manually. That might tell you if php is broken or if apache is broken. Check the error_log for clues.

Coop1979
06-27-2005, 01:39 PM
Actually, I got it all to work this morning by taking the zend ini file that I created to fix the problem I had when I first updated the php module and just renaming it so that apache didn't read it when it first loaded.

Apparently PLESK fixed the Zend problem with this update to PLESK.