Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#11693 closed defect (bug) (invalid)

Google Redirection Error

Reported by: miqrogroove's profile miqrogroove Owned by: markjaquith's profile markjaquith
Milestone: Priority: normal
Severity: major Version: 2.8.4
Component: Canonical Keywords:
Focuses: Cc:

Description

Investigating an invalid namespace identified by Webmaster Tools. At first glance, it appears the %2F bug is back. See #8965. However, I was able to reproduce it with qTranslate disabled this time.

I'll work to narrow this down and come up with minimal steps to reproduce.

Change History (6)

#1 @miqrogroove
15 years ago

hmmmm The symptom disappeared after a mass deactivation, so I might have a different plugin screwing with the superglobals...

#2 @miqrogroove
15 years ago

Core Control is my new suspect...

#3 @miqrogroove
15 years ago

Steps to reproduce:

  1. Install and activate Core Control
  1. Hit root path /&a=/

#4 @nacin
15 years ago

  • Milestone 2.9.1 deleted

Okay, since this is a plugin, then we can close this, correct? I've let dd32 know.

#5 @miqrogroove
15 years ago

  • Resolution set to invalid
  • Status changed from new to closed

Steps to reproduce:

  1. Install and activate Core Control
  1. Enable any Core Control Module
  1. Hit root path /&a=/

#6 @dd32
15 years ago

FYI, It came down to this line:

$_SERVER['REQUEST_URI'] = remove_query_arg(array('module_action'));
Note: See TracTickets for help on using tickets.