Got this from 2.7zip at 4:27 am Central time...whats up with that?
"You are using a development version (2.7). Cool! Please stay updated."
Got this from 2.7zip at 4:27 am Central time...whats up with that?
"You are using a development version (2.7). Cool! Please stay updated."
I asked the same question in the now removed thread about the beta version...
i saw that, i thought maybe they fixed it....but it does not look to be the case. Anyone?
There's a trac ticket on the subject:
I got rid of this message by running this SQL command:
UPDATE wp_sitemeta SET meta_value = 'O:8:"stdClass":3:{s:7:"updates";a:1:{i:0;O:8:"stdClass":5:{s:8:"response";s:6:"latest";s:3:"url";s:37:"http://mu.wordpress.org/download/svn/";s:7:"package";s:62:"http://mu.wordpress.org/nightly-builds/wordpress-mu-latest.zip";s:7:"current";s:3:"2.7";s:6:"locale";s:5:"en_US";}}s:12:"last_checked";i:1233243425;s:15:"version_checked";s:3:"2.7";}' WHERE wp_sitemeta.meta_key = 'update_core' LIMIT 1 ;
I haven't noticed any problems that doing that has caused. But you might want to do a database update before doing this, just in case.
thanks. i think I will wait for that ticket in trac to get resolved, its really not hindering function, just annoying. thanks!
This issue has been resolved by me and jamescollins. See the trac ticket from above for the solution.
You don't have to drop that record. in 4 hours or less it will automatically change to the correct thing.
thanks