• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

Sites Broken

M

matrux

Guest
I have numerous users who are operating their websites on Wordpress 2.0.4 and a few on version 1.5.X. Last night we upgraded to Plesk 8.0.1 and our server is using RHEL 3, now all the users operating on 2.0.4. are experiencing blank pages when they visit their sites, yet all the files are there

The users using version 1.5.X are fine.

Please help!
 
however using the app vault script for 2.0.0 wp it works fine, any suggestions?
 
Your new settings for PHP turn off display errors by default. To see what the php errors are, add an ".htaccess" file in the WordPress folder with the following line:

php_flag display_errors on

Now, instead of a blank page, you will see the errors. If you do not want to do this, your php errors can be found in "#/var/www/vhosts/domainname/statistics/log/error_log

Note: Your path to the error log file may be different on your server.
 
Back
Top