• After adding to cart, the cart becomes emptying again.

    When I tried to login to admin, it says that

    Error: Cookies are blocked due to unexpected output. For help, please see this documentation or try the support forums.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    This error is generated in wp-login.php , it happens if server is unable to set cookies, this can happen due to several reasons, one of the common issue is: output being sent before setting up of cookies.

    Try:
    – deactivating ALL plugins
    – switching to the default theme

    If the above trouble shooting steps do not help, then check error logs or, try Enabling debugging

    Hello,

    Please add the below code on top of the wp-config.php file to solve the admin login.

    ob_start();

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘cookies disabled, your current cart is empty, admin dashboard is blank’ is closed to new replies.