Warning: Cannot modify header information
-
When I want to update or preview the page I`m working on I get this warning:
When Update:
Warning: Cannot modify header information – headers already sent by (output started at /customers/6/c/b/olderkjaer.com/httpd.www/wp-content/themes/ifeature/functions.php:928) in /customers/6/c/b/olderkjaer.com/httpd.www/wp-admin/post.php on line 197 Warning: Cannot modify header information – headers already sent by (output started at /customers/6/c/b/olderkjaer.com/httpd.www/wp-content/themes/ifeature/functions.php:928) in /customers/6/c/b/olderkjaer.com/httpd.www/wp-includes/pluggable.php on line 1210928(I guess its line 928?):<?php
197: setcookie( ‘wp-saving-post’, $post_id . ‘-saved’, time() + DAY_IN_SECONDS, ADMIN_COOKIE_PATH, COOKIE_DOMAIN, is_ssl() );
1210: header(“Location: $location”, true, $status);
In both lines 197 and 1210 there are white space before the line startes
When Preview:
Warning: Cannot modify header information – headers already sent by (output started at /customers/6/c/b/olderkjaer.com/httpd.www/wp-content/themes/ifeature/functions.php:928) in /customers/6/c/b/olderkjaer.com/httpd.www/wp-includes/pluggable.php on line 1210Can someone help me with my problem?
There is no white space before or after <?php (I have checked the other topic about a similar problem)
- The topic ‘Warning: Cannot modify header information’ is closed to new replies.