Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#25780 closed defect (bug) (invalid)

Auto-update fails on french install

Reported by: dreadlox's profile DreadLox Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.7
Component: Upgrade/Install Keywords:
Focuses: Cc:

Description

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.

Change History (3)

#1 @DreadLox
10 years ago

  • Summary changed from Auto-update failes on french install to Auto-update fails on french install

#2 @dd32
10 years ago

  • Keywords needs-patch removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed

Background Updates are being rolled out at a staggered release, and it installs at 7am/7pm local time (according to the timezone in Settings -> General)
It went out to 75% of English installs last hour, and is now going out to 100% of english installs on the next hour.

non-english installs will have it enabled shortly, there's been some unexpected wordpress.org infrastructure changes that have had to be made to allow it to happen properly.

#3 @DreadLox
10 years ago

So this feature isn't available to non English installs. Maybe that issue, because it is one, should be stated somewhere ?!?

Note: See TracTickets for help on using tickets.