Headers already sent – error
-
I was attempting to add code to functions.php in the wp-includes folder to fix pricing problems with Woocommerce, bulk discounts and options. So I added the php at the end of that file and immediately broke something. There were several errors in the admin page and website. So I removed the code and revert the functions.php file back to its original state. But the errors persisted. I saw several pertaining to this plugin so I deactivated it and then ended up deleting it. Most errors are gone but the following error is still on the admin side.
Warning: Cannot modify header information – headers already sent by (output started at /homepages/8/d95069775/htdocs/mysite/wp-includes/functions.php:1) in /homepages/8/d95069775/htdocs/mysite/wp-admin/includes/misc.php on line 1198
I confirmed that both these files are identical to those in a fresh wordpress install.
- The topic ‘Headers already sent – error’ is closed to new replies.