[wp-trac] [WordPress Trac] #17090: Multisite 3.1.1 Upgrade Redirect Loop Network Admin & Plugins
WordPress Trac
wp-trac at lists.automattic.com
Fri Apr 8 23:00:46 UTC 2011
#17090: Multisite 3.1.1 Upgrade Redirect Loop Network Admin & Plugins
-----------------------------+------------------------------
Reporter: theshadowfan | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Upgrade/Install | Version: 3.1
Severity: normal | Resolution:
Keywords: |
-----------------------------+------------------------------
Comment (by theshadowfan):
Example.com/wp-admin/network?debug:
Attempted URL: www.example.com/wp-admin/network/
Network admin: true
Main site: true
Network admin URL: http://www.example.com/wp-admin/network/
stdClass Object
(
[id] => 1
[domain] => www.example.com
[path] => /
[blog_id] => 1
[cookie_domain] => example.com
[site_name] => example.com Sites
)
stdClass Object
(
[blog_id] => 1
[site_id] => 1
[domain] => www.example.com
[path] => /example
[registered] => 2010-10-15 23:12:39
[last_updated] => 2011-04-08 18:34:19
[public] => 1
[archived] => 0
[mature] => 0
[spam] => 0
[deleted] => 0
[lang_id] => 0
)
stdClass Object
(
[blog_id] => 1
[site_id] => 1
[domain] => www.example.com
[path] => /example
[registered] => 2010-10-15 23:12:39
[last_updated] => 2011-04-08 18:34:19
[public] => 1
[archived] => 0
[mature] => 0
[spam] => 0
[deleted] => 0
[lang_id] => 0
)
DOMAIN_CURRENT_SITE is www.example.com
PATH_CURRENT_SITE is /
SITE_ID_CURRENT_SITE is 1
BLOG_ID_CURRENT_SITE is 1
example1.example.com/wp-admin/network/?debug:
Attempted URL: www.example1.example.com/wp-admin/network/
Network admin: true
Main site: false
Network admin URL: http://www.example.com/wp-admin/network/
stdClass Object
(
[id] => 1
[domain] => www.example.com
[path] => /
[blog_id] => 1
[cookie_domain] => example.com
[site_name] => example.com Sites
)
stdClass Object
(
[blog_id] => 4
[site_id] => 1
[domain] => example1.example.com
[path] => /
[registered] => 2010-12-25 19:51:07
[last_updated] => 2011-03-31 00:18:53
[public] => 1
[archived] => 0
[mature] => 0
[spam] => 0
[deleted] => 0
[lang_id] => 0
)
stdClass Object
(
[blog_id] => 1
[site_id] => 1
[domain] => www.example.com
[path] => /example
[registered] => 2010-10-15 23:12:39
[last_updated] => 2011-04-08 18:34:19
[public] => 1
[archived] => 0
[mature] => 0
[spam] => 0
[deleted] => 0
[lang_id] => 0
)
DOMAIN_CURRENT_SITE is www.example.com
PATH_CURRENT_SITE is /
SITE_ID_CURRENT_SITE is 1
BLOG_ID_CURRENT_SITE is 1
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17090#comment:18>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list