[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 22:45:50 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):

 Removed the code from admin.php. Activated the plugin.

 Here's what it said when I went to wp-admin/network:

 Attempted URL:
 www.example.com/wp-admin/network/
 Network admin: true
 Main site: true
 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
 )


 Here's what happened on a sub-blog:
 Attempted URL: www.example1.example.com/wp-admin/network/
 Network admin: true
 Main site: false
 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
 )

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/17090#comment:14>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list