[wp-trac] [WordPress Trac] #25780: Auto-update failes on french install

WordPress Trac noreply at wordpress.org
Wed Oct 30 23:03:03 UTC 2013


#25780: Auto-update failes on french install
-----------------------------+-----------------------------
 Reporter:  DreadLox         |      Owner:
     Type:  defect (bug)     |     Status:  new
 Priority:  normal           |  Milestone:  Awaiting Review
Component:  Upgrade/Install  |    Version:  3.7
 Severity:  normal           |   Keywords:  needs-patch
-----------------------------+-----------------------------
 Hello,

 It has been 24 hours since 3.7.1 has appeared as an available update in my
 dashboard, and still no auto-update has happened. I tried the Background
 Upgrade Tester plugin, and all tests passed. I have this issue on two
 French websites hosted on two different hosts with different OSes.

 To debug, I added this to my functions.php:

 {{{
 if( isset($_GET['lox']) ) {
     wp_maybe_auto_update();
     die();
 }
 }}}

 So I trigger the auto-update routine calling my website like this
 http://website.com?lox=1

 In order to debug, I went to the wp-admin/includes/class-wp-upgrader.php
 and added a print_r :


 {{{
                 wp_version_check(); // Check for Core updates
                 $core_update = find_core_auto_update();

                 print_r($core_update);

                 if ( $core_update )
                         $this->update( 'core', $core_update );
 }}}


 Which returns "false".

 I also tried triggering manually the wp_maybe_auto_update cron using the
 Crontrol plugin with no success.

--
Ticket URL: <http://core.trac.wordpress.org/ticket/25780>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list