I have been working on a web app that has been previously built/worked on by people I have no way of contacting.
I believe we are currently on CI_VERSION 1.7.0.
I've made sure that enable_query / allow_get_array config vars are all true. I can see the correct values in the header(query string parameters).
Example of the problem below:
//E.g.
//URL: http://www.fakeURL.com/something/stuff?color=blue&gender=boy
var_dump($_GET);
// array(1) { '/something/stuff' => string(0) "" }