[wp-trac] [WordPress Trac] #17168: redirect loop when accessing wp-admin/network/

WordPress Trac wp-trac at lists.automattic.com
Tue May 24 19:28:23 UTC 2011


#17168: redirect loop when accessing wp-admin/network/
-------------------------------+-----------------------
 Reporter:  chaos1             |       Owner:
     Type:  defect (bug)       |      Status:  reopened
 Priority:  normal             |   Milestone:
Component:  Multisite          |     Version:
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+-----------------------

Comment (by chaos1):

 I suspected that the capitalization in $wpdb->site may have fubared /wp-
 admin/network/, look at lines 14-15 in
 [http://core.trac.wordpress.org/attachment/ticket/17090/ticket-17090.2.php
 ticket-17090.2.php]

 I edited domain in $wpdb->site and change MyDomainName.com to
 mydomainname.com, low and behold it fixed the redirect loop! Has anyone
 else experienced this issue?

 If I compare relevant tables between $wpdb->blogs and $wpdb-site,
 $wpdb->blogs domain is all lower case were $wpdb-site has capitalization.
 If I change $wpdb->blogs's domain to MyDomainName.com to match caps in
 $wpdb-site the redirect loop is resolved. Vis-versa!

 Where do we go from here?

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


More information about the wp-trac mailing list