• Resolved William

    (@nootron)


    I have added another theme (the 13th in my network) and then went to network settings to “network enable” the theme.

    When I click enable, edit or delete, I am getting a 302 “object moved” redirect. Headers below from the liveheaders firefox plugin.

    What am i doing wrong? I’ve enabled 12 previous plugins. I double checked wp-config, my rewrite rules, the database settings, etc. I cannot understand why WordPress is trying to redirect me to the same URL but without the domain….

    ————————————–
    http://[my website domain]/wp-admin/network/themes.php?action=enable&theme=[new theme name]&paged=1&s&_wpnonce=1d31ba031e

    GET /wp-admin/network/themes.php?action=enable&theme=[new theme name]&paged=1&s&_wpnonce=1d31ba031e HTTP/1.1
    Host: http://www.wbur.org
    User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:9.0.1) Gecko/20100101 Firefox/9.0.1
    Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip, deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Connection: keep-alive
    Cookie: wordpress_[deleted cookie encoded gibberish here]; OX_plg=swf,sl,qt,wmp,shk
    If-None-Match: “”
    Cache-Control: max-age=0

    HTTP/1.1 302 Moved Temporarily
    Content-Type: text/html; charset=UTF-8
    Etag: “”
    Server: Microsoft-IIS/7.0
    X-Powered-By: PHP/5.3.6, ASP.NET
    Date: Thu, 26 Jan 2012 19:38:51 GMT
    Content-Length: 123
    ———————————————————-

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Bump deleted. You hate it, it’s against the forum rules.

    Subdomain or subfolder?

    Have you tried turning off the plugins?

    What theme is it?

    Thread Starter William

    (@nootron)

    I was using a custom query param called theme for switching between a mobile and full size version of my site. The network install uses theme as a query param.

    Moral of the story:

    When adding custom querystring parameters to wordpress, be sure to use some sort of namespace nomenclature, e.g. foo_queryparam.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    Yes, yes that is a good moral 🙂

    The reason, for the next guy who wonders what’s up, is that any ‘term’ that’s defined elsewhere by WP (like plugin, theme, blog, etc) can cause clashes. Always put your own namespace. I use ipstenu_<whatever> a lot of the time. 😉

    If you’re good now, nootron, can you flag this resolved? Or if you’re still having an issue, clarify what the current problem is 🙂

    Thread Starter William

    (@nootron)

    Sorry, didnt click the “change” button when i switched it to resolved :/

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Network Theme activation yields "Object Moved" 302’ is closed to new replies.