• Chrome and Internet Explorer returns the message below:

    Warning: Cannot modify header information – headers already sent by (output started at /home/lucrusca/public_html/blog/wp-config.php:1) in /home/lucrusca/public_html/blog/wp-includes/pluggable.php on line 896

    What´s wrong?

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have introduced an error in your wp-config.php file. Try reviewing Solving “headers already sent” warnings.

    Thread Starter zamboni1956

    (@zamboni1956)

    wp-config.php is ok.
    The error continues….
    I have other version 3.8 running in other server and is all right.
    Version 3.9 have unsolved problems?

    wp-config.php is ok.

    No it isn’t:

    headers already sent by (output started at /home/lucrusca/public_html/blog/wp-config.php:1

    Hi Zamboni,

    is this a completely unmodified version of WordPress or have you inserted or changed any code anywhere?

    FYI: After reading esmi’s link to the codex, it says a wp_redirect() function may be causing this issue as well, im no coder but the codex says to use javascript redirection to see if that fix’s it, i have noticed some plugins offer this option, but since this is a fresh install of WordPress this cant be your problem.

    have you inserted or changed any code anywhere

    Yes – the wp-config.php file which is where the problem is. The page I linked to to does have a very simple step-by-step set of instructions about how to correct the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Error when run wordpress for the first time after installation’ is closed to new replies.