• Resolved alx359

    (@alx359)


    After the last update, started getting many of these at once in the log:

    PHP Warning: Cannot modify header information - headers already sent by (output started at wp-includes/functions.php:4552) in wp-content/plugins/wp-seopress/seopress.php on line 652

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter alx359

    (@alx359)

    As this is starting to fill the logs with some regularity, I’m workarounding it for now with headers_sent():

    
    // if (!empty($headers)) {
       if (!empty($headers) && !headers_sent()) {
    	foreach($headers as $key => $header) {
    		Header($key.':'.$header);
    	}
       }
    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,

    we have not had similar reports.

    Can you try to reinstall the plugin please?

    Uninstalling does not delete any data.

    Thanks

    Thread Starter alx359

    (@alx359)

    After the next update I’m not getting them anymore.

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Perfect!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Cannot modify header information – headers already sent’ is closed to new replies.