Welcome Guest, Not a member yet? Register   Sign In
Mix normal URL's and standard query strings
#7

[eluser]Mike One[/eluser]
During the upgrade from 1.7.2 to 2.0.2, I encountered a similar problem. Basically, my code didn't have access to $_GET anymore in 2.0.2, while this worked fine in 1.7.2 (using $config['enable_query_strings'] = TRUE; in the config).

Seeing that this breaks in 2.0.2, I feel this is missing in the upgrade document. I took me a while to find out how to resolve this (by analyzing the Input class) but the answer for me (as Peter stated above) was indeed to ALSO add:

Code:
$config['allow_get_array'] = TRUE;
to the config.

Maybe this should be added to the upgrade docs?


Messages In This Thread
Mix normal URL's and standard query strings - by El Forum - 03-13-2011, 07:40 PM
Mix normal URL's and standard query strings - by El Forum - 03-13-2011, 10:22 PM
Mix normal URL's and standard query strings - by El Forum - 03-14-2011, 05:28 PM
Mix normal URL's and standard query strings - by El Forum - 03-15-2011, 10:11 PM
Mix normal URL's and standard query strings - by El Forum - 03-16-2011, 09:51 PM
Mix normal URL's and standard query strings - by El Forum - 03-16-2011, 11:36 PM
Mix normal URL's and standard query strings - by El Forum - 04-14-2011, 01:47 AM



Theme © iAndrew 2016 - Forum software by © MyBB