Another 'Could not modify headers' error
-
Error message when doing anything with plugins. Have read the forum as best I can.
Warning: Cannot modify header information – headers already sent by (output started at /home/paveepoi/public_html/sitenua/wp-includes/general-template.php:2101) in /home/paveepoi/public_html/sitenua/wp-includes/pluggable.php on line 866
line 866 on pluggable.php is:
header("Location: $location", true, $status);
immediately followed by a curly bracket and the rest of the PHP. There is no blank line at the beginning or end of the file, or before the closing
>?
general-template.php also appears to have nothing seriously wrong. No blank lines before the opening
<php
or the closing?>
I can’t identify any obvious solution, but I am happy to hope there will be one. Have reinstalled the WordPress, have upgraded the theme.
- The topic ‘Another 'Could not modify headers' error’ is closed to new replies.