White screen of Death – tried everything possible
-
I just moved my friend’s new website files and b from my production server over to his live server. There is already his previous (old) WP installation working, and i have uploaded all the files in the new folder as they were configured on the production server.
The live site looks OK, but any attempt to access [mysite]/wp-admin returns a blank screen. From [mysite]/login.php, I can get a login box, but after entering the login credentials, I just end up back on the blank-screen-of-death.
After reading a lot of forum posts on this topic, here are many of the things I’ve tried (none have been successful):
1) deleting extra spaces in wp-admin/admin-functions.php
2) deleting spaces in wp-content/themes/[mytheme]/functions.php
3) deleting spaces in wp-includes/functions.php, functions.wp-scripts.php, and functions.wp-styles.php (and many other files.
4) added define(‘WP_CACHE’, ‘false’); to the config.php file
5) backed up the whole wp-admin folder, deleted it from FTP, re-uploaded
6) deleted ALL pluginsThough when i activated the DEBUG in Config file it shows the following warnings:-
Warning: include(/home/pphsfcom/public_html/demo/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/pphsfcom/public_html/demo/wp-settings.php on line 65
Warning: include(): Failed opening ‘/home/pphsfcom/public_html/demo/wp-content/advanced-cache.php’ for inclusion (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/pphsfcom/public_html/demo/wp-settings.php on line 65
Warning: Cannot modify header information – headers already sent by (output started at /home/pphsfcom/public_html/demo/wp-settings.php:65) in /home/pphsfcom/public_html/demo/wp-includes/pluggable.php on line 1196
any one please ?
- The topic ‘White screen of Death – tried everything possible’ is closed to new replies.