After I upgraded to WP MU 2.81, my dashboard still seems to think I haven't upgraded!
A screenshot is here. Does anyone else have this problem?
After I upgraded to WP MU 2.81, my dashboard still seems to think I haven't upgraded!
A screenshot is here. Does anyone else have this problem?
Maybe didn't upgrade successfully or you have this page on your browser cache.
Try cleaning the cache or re-upgrade.
I also have the same problem.
still no response from the developers :(
There's only one developer and it's the weekend.
How did you upgrade? Manually or automatically?
I did a manual upgrade and its all fine
I did a manual upgrade and it's not.
I did an automatic upgrade and I've got the same problem.
Automatic upgrade here and still seeing the message to update.
lets hope for a quick 2.8.2 update. it's weird that no beta were released for this version!
Quick solution :
- Open the wp_sitemeta table
- Search the field update_core (meta_key) and replace (backup !) its meta_value with a:0:{}
- Search the field update_plugins (meta_key) and replace (backup !) its meta_value with a:0:{}
is there an expected ETA on a bug fix release date?
Got rid of it. Followed bpierre's solution above. Then went back and created my own solutions off the one posted:
- Open the wp_sitemeta table
- Search the field update_core (meta_key). Here's what was in mine (meta_value):
O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":5:{s:8:"response";s:7:"upgrade";s:3:"url";s:33:"http://mu.wordpress.org/download/";s:7:"package";s:46:"http://mu.wordpress.org/wordpress-mu-2.8.1.zip";s:7:"current";s:5:"2.8.1";s:6:"locale";s:5:"en_US";}}s:12:"last_checked";i:1247462774;s:15:"version_checked";s:5:"2.7.1";}
I removed the bold part above. This remove the information regarding the last check for an update and removed all trace of the update message.
it's weird that no beta were released for this version!
There was! You missed it.
will the proposed solution to fix the update notification only "reset" the notification until the next check, or will it break the notifications for good?
the proposed solution to fix the update notification should only "reset" the notification until the next check, as it just removes reference to when it was last checked.
Regarding http://trac.mu.wordpress.org/ticket/1037
Changed my db back to the way it was, downloaded the zip and placed all files on my site to no change. Still seeing the update notice.
Update to a previous post by me:
Got rid of it. Followed bpierre's solution above. Then went back and created my own solutions off the one posted:
- Open the wp_sitemeta table
- Search the field update_core (meta_key). Here's what was in mine (meta_value):
O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":5:{s:8:"response";s:7:"upgrade";s:3:"url";s:33:"http://mu.wordpress.org/download/";s:7:"package";s:46:"http://mu.wordpress.org/wordpress-mu-2.8.1.zip";s:7:"current";s:5:"2.8.1";s:6:"locale";s:5:"en_US";}}s:12:"last_checked";i:1247462774;s:15:"version_checked";s:5:"2.7.1";}
I removed the bold part above. This removes the information regarding the last check for an update and removed all trace of the update message.
Updated to show you only need to remove the status response of upgrade to remove this from the admin control panel.
Seems the update was not merged over. It is now and I've confirmed this works. Download these two files (download zip at bottom of page) http://trac.mu.wordpress.org/changeset/1868