[wp-trac] [WordPress Trac] #26914: False update notifications in a localised version of WordPress

WordPress Trac noreply at wordpress.org
Tue Jan 28 09:40:57 UTC 2014


#26914: False update notifications in a localised version of WordPress
-------------------------------+------------------------------
 Reporter:  Petya R            |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Upgrade/Install    |     Version:  3.8
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------------

Comment (by Petya R):

 Hello :)

 Thanks, it's been long overdue. Hope I'll be able to help.

 Yep, the notification disappears once I go back to the Dashboard.

 I can't find wp-content/object-cache.php, but we've got wp-content
 /advanced-cache2.php, probably a leftover from the W3 Total Chache plugin
 who we no longer use. Perhaps it was overwritten?

 Here's the value of _site_transient_update_core before and after going to
 the update page.

 Before with the nag active:

 {{{
 O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:49:"http://bg.wordpress.org/wordpress-3.8.1-bg_BG.zip";s:6:"locale";s:5:"bg_BG";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:49:"http://bg.wordpress.org/wordpress-3.8.1-bg_BG.zip";s:10:"no_content";b:0;s:11:"new_bundled";b:0;s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"3.8.1";s:7:"version";s:5:"3.8.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.8";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1390887569;s:15:"version_checked";s:5:"3.8.1";s:12:"translations";a:0:{}}
 }}}

 After with the nag gone:

 {{{
 O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:41:"https://wordpress.org/wordpress-3.8.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:41:"https://wordpress.org/wordpress-3.8.1.zip";s:10:"no_content";s:52:"https://wordpress.org/wordpress-3.8.1
 -no-
 content.zip";s:11:"new_bundled";s:53:"https://wordpress.org/wordpress-3.8.1
 -new-
 bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"3.8.1";s:7:"version";s:5:"3.8.1";s:11:"php_version";s:5:"5.2.4";s:13:"mysql_version";s:3:"5.0";s:11:"new_bundled";s:3:"3.8";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1390896175;s:15:"version_checked";s:5:"3.8.1";s:12:"translations";a:0:{}}
 }}}

 It doesn't seem like we're running the localized package or at least I
 couldn't find $wp_local_package in version.php.

 Cheers!

--
Ticket URL: <https://core.trac.wordpress.org/ticket/26914#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list