• Resolved 4hmoncu

    (@4hmoncu)


    I am getting this error just after install of wordpress. What do i do?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Try going to your wp-config.php and set WP_DEBUG to true – you’ll likely get a more detailed error message to show up, which could help you solve the problem, or help us troubleshoot it with you!

    Thread Starter 4hmoncu

    (@4hmoncu)

    Thanks. I did that and here is what was at the top of the screen.

    Warning: Cannot modify header information – headers already sent by (output started at /home/ffhjirav/public_html/wp-config.php:1) in /home/ffhjirav/public_html/wp-login.php on line 418

    Warning: Cannot modify header information – headers already sent by (output started at /home/ffhjirav/public_html/wp-config.php:1) in /home/ffhjirav/public_html/wp-login.php on line 431

    Hmmmm…. those errors usually mean that there’s a blank space or line before your opening php tag or after your closing one.

    Try going to the very top of your wp-config file, where it says <?php, and make sure there are no blank spaces or lines right before it.

    Next, go to the very end of your file where it says ?> and make sure there are no blank spaces or lines after. Then refresh, and let me know what it says !

    Thread Starter 4hmoncu

    (@4hmoncu)

    That did it. Thanks soooooooo much!

    You’re so welcome! Can you do me a favour, and mark this as resolved, just so it gets filed away in the correct place? ( I believe the resolved/unresolved setting is on the right side of the post, under the “About this Topic” section).

    Thread Starter 4hmoncu

    (@4hmoncu)

    Done. Thanks so much.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Cookies are blocked due to unexpected output’ is closed to new replies.