• Resolved joneiseman

    (@joneiseman)


    With the latest update to 2.0 I got the following error:

    Warning: Cannot modify header information – headers already sent by (output started at /home/class211/public_html/wp-content/plugins/cache-control/cache-control.php:285) in /home/class211/public_html/wp-includes/pluggable.php on line 1179

    When I try to disable the plugin I got this same error again. I used ftp to rename the directory to disable the plugin.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dan

    (@geekysoft)

    Thank you for notifying me about this issue. This can indeed be an issue in some setups. I do apologize for the inconvenience.

    However, it’s just a warning. It can’t really break your website per say. Anyhow, you can suppress PHP warnings in your PHP configuration as a work-around.

    You can insert ob_start(); just before line 285 (before the print() function) in the file /home/class211/public_html/wp-content/plugins/cache-control/cache-control.php. That should fix it. I’ll test that solution and deploy a fix within a couple of days.

    I’d be grateful if you could test the above solution of inserting ob_start() and letting me know if it resolved the issue for you.

    Plugin Author Dan

    (@geekysoft)

    Resolved in 2.0.1. Please verify the fix by updating the plugin on your end, @joneiseman.

    Thread Starter joneiseman

    (@joneiseman)

    The new version resolved the problem.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘plugin update broke my website’ is closed to new replies.