Hi
Same White screen of Death Thing happens to me Today
I wanted to update the WordPress Robots Meta Configuration
To do that I had to make the http – folder writable with Filezilla
This created a white screen (completely blank)
Reading The Support Site – I have found the recommendation to
add the code below to my wp-config.php directly after the line that
reads:
<?php
error_reporting(E_ALL); ini_set(‘display_errors’, 1);
and finally retrieve the error message:
Warning: require(/srv/www/vhosts/
regiotargeting.de/httpdocs/wp-includes/load.php): failed to open stream: No
such file or directory in /srv/www/vhosts/
regiotargeting.de/httpdocs/wp-settings.php on line 19 Fatal error:
require(): Failed opening required ‘/srv/www/vhosts/
regiotargeting.de/httpdocs/wp-includes/load.php’
(include_path=’.:/usr/share/php5:/usr/share/php5/PEAR’) in /srv/www/vhosts/
regiotargeting.de/httpdocs/wp-settings.php on line 19
I understand that Important can’t Be loaded …
but frankly speaking don´t know how to solve that
Does anyone please have an idea how I can solve this?