Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#14536 closed defect (bug) (fixed)

VHOST both deprecated and required for upgraded MU installs

Reported by: wpmuguru Owned by:
Priority: normal Milestone: 3.0.2
Component: Multisite Version:
Severity: normal Keywords: has-patch
Cc:

Description

If the VHOST constant is replaced with the SUBDOMAIN_INSTALL constant in the wp-config.php of an upgraded MU install, it takes the install down.

The is_multisite() function returns false unless MULTISITE, VHOST or SUNRISE is defined.

patch is attached.

Attachments (1)

14536.diff (425 bytes) - added by wpmuguru 3 years ago.

Download all attachments as: .zip

Change History (5)

  • Milestone changed from Awaiting Review to 3.0.2

Hoo-Rah

I knew I wasn't imagining things when I complained in wp.org about major problems with this back in July.

I don't care how many times i was told it was my hosts configs - I knew there was issues relating to the VHOSTS constant, I just didn't know how to prove it.

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

(In [15967]) Also look for SUBDOMAIN_INSTALL in is_multisite(). props wpmuguru, fixes #14536 for 3.0.

(In [15968]) Also look for SUBDOMAIN_INSTALL in is_multisite(). props wpmuguru, fixes #14536 for trunk.

Note: See TracTickets for help on using tickets.