• the site works fine until you try and log in – as anybody.

    As soon as the wp-login.php page loads you get a huge string of error messages that I can’t find a clue in.

    Here’s just a couple of lines:

    ` element. * Default ‘Log In’. * @param string $message Optional. Message to display in header. Default empty. * @param WP_Error $wp_error Optional. The error to pass. Default empty. */ function login_header( $title = ‘Log In’, $message = ”, $wp_error = ” ) { global $error, $interim_login, $action; // Don’t index any of these forms add_action( ‘login_head’, ‘wp_no_robots’ ); if ( wp_is_mobile() ) add_action( ‘login_head’, ‘wp_login_viewport_meta’ ); if ( empty($wp_error) ) $wp_error = new WP_Error(); // Shake it! $shake_error_codes = array( ’empty_password’, ’empty_email’, ‘invalid_email’, ‘invalidcombo’, ’empty_username’, ‘invalid_username’, ‘incorrect_password’ ); /** * Filter the error codes array for shaking the login form. * * @since 3.0.0 * *

    I replaced the wp-login.php with a fresh copy in case it got corrumpted, but same thing exactly.

    I have examined the WP database, and all seems good.

    I have disabled all plugins with no change

    I have disables the child and parent theme also with no change.

    Any help appreciated

    Thanks again

    Kerry

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘cannot log into WP’ is closed to new replies.