Viewing 3 replies - 1 through 3 (of 3 total)
  • This means that there is a plugin or a theme file that tries to send header information, for example, setting a cookie, too late.

    Headers must be called by PHP before any other actual output, like includes or HTML tags, is sent.

    Thread Starter michaelbech

    (@michaelbech)

    Ok, thanks – I’ll try 🙂

    Specifically tou need to look in

    wp-content/themes/suffusion/admin/theme-options.php

    At line 2594, as there is probably a blank line or similar in the file. (Outside of the php tags)

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

The topic ‘Warning message at wp-admin’ is closed to new replies.