Error messages
-
Did upgrade to 2.7. All went smoothly and is actually working but to lines of error code appear at the top of the page above the Dashboard and every page reached from there, as follows:
Warning: Cannot modify header information – headers already sent by (output started at /home2/grumpyol/public_html/gotblog/wp-config.php:36) in /home2/grumpyol/public_html/gotblog/wp-includes/functions.php on line 698
Warning: Cannot modify header information – headers already sent by (output started at /home2/grumpyol/public_html/gotblog/wp-config.php:36) in /home2/grumpyol/public_html/gotblog/wp-includes/functions.php on line 699
When looking at code in functions.php Lines 698 and 699 are as follows:
setcookie( ‘wp-settings-‘ . $user->ID, $settings, time() + 31536000, SITECOOKIEPATH );
setcookie( ‘wp-settings-time-‘ . $user->ID, time(), time() + 31536000, SITECOOKIEPATH );I tried deactivating all plugins but made no change.
Regards
Bill
The topic ‘Error messages’ is closed to new replies.