• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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