Yet Another Admin White Screen of Death Post
-
I’m at the shoot-myself-in-the-head stage with this issue.
The problem started when I was playing with cache plugins. I had used WP-Cache for a long time and thought I’d upgrade, trying Hyper Cache and W3 Total I believe. First my blog was garble and then when I tried manually removing the Cache plugin files and code only the admin side white screen of death remained. I get the login screen. Use proper password get white screen, improper password get improper password screen.
I’ve tried all the suggestions from frikafrax’s post (e.g. re-installed WP, looked for blank spaces, disabled plugins):
I finally resorted to frikafrax’s solution to recreate an entirely new WordPress site. Bizarrely the same problem occurs with a completely new WP site with no plugins, no changed theme, when I upload the MySQL database back-up (from WP-DB-Backup) from a month ago. This is confounding because the white screen of death only appeared days ago when I did the cache plugin dance. I’m at a loss as to how the database flaw is in such an old backup.
My error log (thanks govpatel) is as follows:
Notice: Constant ABSPATH already defined in /home2/suburrac/public_html/blog/wp-config.php on line 19 Warning: include(/home2/suburrac/public_html/blog/wp-content/advanced-cache.php) [function.include]: failed to open stream: No such file or directory in /home2/suburrac/public_html/blog/wp-settings.php on line 62 Warning: include() [function.include]: Failed opening '/home2/suburrac/public_html/blog/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/lib64/php:/usr/lib/php') in /home2/suburrac/public_html/blog/wp-settings.php on line 62 Notice: add_option was called with an argument that is deprecated since version 2.3 with no alternative available. in /home2/suburrac/public_html/blog/wp-includes/functions.php on line 3553 Notice: Undefined property: s2_frontend::$s2_mu in /home2/suburrac/public_html/blog/wp-content/plugins/subscribe2/classes/class-s2-core.php on line 13 Warning: Cannot modify header information - headers already sent by (output started at /home2/suburrac/public_html/blog/wp-config.php:3) in /home2/suburrac/public_html/blog/wp-login.php on line 349 Warning: Cannot modify header information - headers already sent by (output started at /home2/suburrac/public_html/blog/wp-config.php:3) in /home2/suburrac/public_html/blog/wp-login.php on line 361 Warning: Cannot modify header information - headers already sent by (output started at /home2/suburrac/public_html/blog/wp-config.php:3) in /home2/suburrac/public_html/blog/wp-includes/pluggable.php on line 669 Warning: Cannot modify header information - headers already sent by (output started at /home2/suburrac/public_html/blog/wp-config.php:3) in /home2/suburrac/public_html/blog/wp-includes/pluggable.php on line 670 Warning: Cannot modify header information - headers already sent by (output started at /home2/suburrac/public_html/blog/wp-config.php:3) in /home2/suburrac/public_html/blog/wp-includes/pluggable.php on line 671 Warning: Cannot modify header information - headers already sent by (output started at /home2/suburrac/public_html/blog/wp-config.php:3) in /home2/suburrac/public_html/blog/wp-includes/pluggable.php on line 866
As one can see it points to an error in line 62 of the wp-settings.php file. Line 62 reads:
// For an advanced caching plugin to use. Uses a static drop-in because you would only want one. if ( WP_CACHE ) WP_DEBUG ? include( WP_CONTENT_DIR . '/advanced-cache.php' ) : @include( WP_CONTENT_DIR . '/advanced-cache.php' );
Any suggestions? Is there a way for me to restore my database backup table by table? I’m hoping that I can at least salvage my blog posts table at this point. I use Bluehost shared hosting.
- The topic ‘Yet Another Admin White Screen of Death Post’ is closed to new replies.