Headers error after woocommerce 2.4.6 upgrade
-
I got this error on my website after wordpress 4.3 and plugins upgrade:
Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxx/public_html/wp-content/themes/xxxxx/header.php:5) in /home/xxxxx/public_html/wp-includes/pluggable.php on line 1207
Deactivated all my plugins are find out it was woocommerce 2.4.6 that was the issue, I made sure no space before and after
<?php
and?>
tags on doing that I found that if I commentwp_head()
my site comes up. When trying to debug locally, I get same issue but from a different file:
Warning: Cannot modify header information - headers already sent by (output started at C:\xampp\htdocs\woocommerce\wp-includes\class.wp-styles.php:127) in C:\xampp\htdocs\woocommerce\wp-includes\pluggable.php on line 1207
- The topic ‘Headers error after woocommerce 2.4.6 upgrade’ is closed to new replies.