• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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