Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14536 closed defect (bug) (fixed)

VHOST both deprecated and required for upgraded MU installs

Reported by: wpmuguru's profile wpmuguru Owned by:
Milestone: 3.0.2 Priority: normal
Severity: normal Version:
Component: Multisite Keywords: has-patch
Focuses: 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 14 years ago.

Download all attachments as: .zip

Change History (5)

@wpmuguru
14 years ago

#1 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.0.2

#2 @gazouteast
14 years ago

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.

#3 @nacin
14 years ago

  • 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.

#4 @nacin
14 years ago

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

Note: See TracTickets for help on using tickets.