“Cannot modify header information” error in 2.7
-
Just started getting this error message since 2.7 update:
Warning: Cannot modify header information – headers already sent by (output started at /home/username/public_html/wp-content/themes/responsive/core/includes/functions-admin.php:126) in /home/username/public_html/wp-includes/pluggable.php on line 1210
I was able to fix it by commenting out the <style> section that seems to be incorrectly inserted in the “functions-admin.php” file like so (lines 108-126):
?><?php /* <style> .addon-count { display: inline-block; z-index: 26; margin: 1px 0 0 2px; margin-top: 1px; margin-left: 5px; padding: 0 6px; border-radius: 10px; color: #fff; background-color: #d54e21; font-size: 9px; font-weight: 600; line-height: 17px; vertical-align: top; } </style> */?><?php
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘“Cannot modify header information” error in 2.7’ is closed to new replies.