• ed

    (@wesleysoccer)


    when I go to wp-admin the page is blank “white screen” and I tried also to go to wp-login.php, there’s a login page but i can’t also access because of an errof

    “ERROR: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”

    I already enable cookies but still cannot login. My site is up and running…it’s just the login.

    any idea would be great?

    What I tried so far:
    deactivated all plugins.
    change memory limit.
    deactivated theme.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to comment out lines 744-746 in wp-login.php . It should look like this:

    //	if ( isset($_POST['testcookie']) && empty($_COOKIE[TEST_COOKIE]) )
    //		$user = new WP_Error('test_cookie', __("<strong>ERROR</strong>: Cookies are blocked or not supported by your browser. You must <a href='http://www.google.com/cookies.html'>enable cookies</a> to use WordPress."));
    //	else
    		$user = wp_signon('', $secure_cookie);
    Thread Starter ed

    (@wesleysoccer)

    did not work either…tried that prior…when I try to login the screen also goes white.

    Try reinstalling your wordpress files except wp-config & wp-content folder.

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

The topic ‘White Screen wp-admin and Error wp-login.php’ is closed to new replies.