I’ve tried every thing possible for Cannot modify header information – headers a
-
I’ve tried everything for this, looking for white space, reqwriting the start and ending php tags, but still nothing can anyone shine some light on this for me, to me it looks like it is line1 of the siplepress hooks temaplate that is casuing the problem, but I’ve checked it a thousand times over.
Here is the error message
Warning: Cannot modify header information – headers already sent by (output started at /home/hiroshimo/public_html/wp-content/plugins/simple-forum/forum/hooks/sf-hook-template.php:1) in /home/hiroshimo/public_html/wp-includes/pluggable.php on line 850
Line 850 in the pluggable.php is this 850 is bolded
if ( $is_IIS ) {
header(“Refresh: 0;url=$location”);
} else {
if ( php_sapi_name() != ‘cgi-fcgi’ )
status_header($status); // This causes problems on IIS and some FastCGI setups
header(“Location: $location”);Im at my wits end with this, driving me mad lol.
Thanks everyone hopefully someone can help me out.
- The topic ‘I’ve tried every thing possible for Cannot modify header information – headers a’ is closed to new replies.