• Although my site is up I am getting the WSOD instead of an administrative login. I cannot get into my administrative panel. I have tried numerous if not all the solutions from the forums, systematic replacement of “crucial” files from backup to no avail.

    The only clue I think I have is an “error” which reads “WordPress Update available. Update to 3.8-26 now” in my cpanel on the server. I am truly stumped! http://asbcmedia.org/wp-login.php

Viewing 3 replies - 1 through 3 (of 3 total)
  • First try to output the error from within the page by doing this to your wp-config.php:

    Find:
    define('WP_DEBUG', false);

    Change it to:
    define('WP_DEBUG', true);

    That should show the error/s and you can work from there.

    Thread Starter iburketh

    (@iburketh)

    I did that and I got:

    Fatal error: Cannot redeclare check_password_reset_key() (previously declared in /var/www/vhosts/asbcmedia.org/httpdocs/wp-login.php:265) in /var/www/vhosts/asbcmedia.org/httpdocs/wp-includes/user.php on line 1637

    So I replaced my wp-login.php file with a backup and the admin page is back but it doesn’t recognize a password. I did multiple password resets to no avail. Upon further research I found that I hadn’t restored my plug-ins folder so I did that and now I get:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘_show_post_preview’ not found or invalid function name in /var/www/vhosts/asbcmedia.org/httpdocs/wp-includes/plugin.php on line 429 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘wp_authenticate_spam_check’ not found or invalid function name in /var/www/vhosts/asbcmedia.org/httpdocs/wp-includes/plugin.php on line 199

    Replacing my plugin.php file with the backup made no change

    Thread Starter iburketh

    (@iburketh)

    I can’t help but to think that this “error” message on my panel;

    asbcmedia.org
    Hosting Settings
    Website at httpdocs/ IP address: 74.208.197.226 System user: ********
    Open Preview Suspend Disable
    Wordpress

    Upload plugin Update available. Update to 3.8-26 now

    is relevant. I don’t see this “update to 3.8-26 on any other site…

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘WSOD no admin log in’ is closed to new replies.