• 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

Viewing 1 replies (of 1 total)
  • Hey Bill,

    Seeing as this is a new upgrade, trying clearing your browser cache and restarting your browser in case it’s using stuff in memory…

    Hopefully, that will give you new errors to look at instead of misleading errors…

    Were all your plugins up to date? I bet that one or more are out of date or plain incompatible with 2.7

Viewing 1 replies (of 1 total)

The topic ‘Error messages’ is closed to new replies.