Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#28028 closed defect (bug) (invalid)

bug in auto-update in 3.8.3 and 3.9 breaks multisite child sites (public and admin)

Reported by: swordspres's profile swordspres Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.8.3
Component: Networks and Sites Keywords:
Focuses: multisite Cc:

Description

What gets broken:

  • child sites show default hosting page.
  • can't switch to any child sites in admin panel.

I have multisite on subdomains, each site redirects to its own domain through WordPress MU Domain Mapping.
I investigated the problem and it is not started with 3.9 but with 3.8.3 after an auto update: after having restored a previous full backup with 3.8.3 while everything was working, and having also added define( 'WP_AUTO_UPDATE_CORE', false ); in wp-config to avoid the auto update, in the night multisite was broken again. So i suspect that minor/security update on 3.8.3 broke my network (update released after 2014-04-18 18:23). Now i have restored again the same image (3.8.3) but added define( 'AUTOMATIC_UPDATER_DISABLED', true ); instead.
Any feedback is very appreciated as i have all my sites in this network.
I will check if it will work tomorrow with the define( 'AUTOMATIC_UPDATER_DISABLED', true ); rule in place.

EDIT: while obvious, i add that upgrading the broken install from 3.8.3 to 3.9 doesn't fix the problem.

Change History (3)

#1 @swordspres
11 years ago

  • Resolution set to invalid
  • Status changed from new to closed

invalid: problem was due to nigthly auto update of cpanel/cloudlinux

#2 @ocean90
11 years ago

  • Milestone Awaiting Review deleted

#3 @swordspres
11 years ago

specifically, it became necessary to add domains to cpanel (addon domains) and point them to public html in order to resolve in the multisite network, while i never needed this extra step before.

Note: See TracTickets for help on using tickets.