Welcome Guest, Not a member yet? Register   Sign In
Facebook Ignited Infinite Loop Problem
#8

[eluser]programmieraffe[/eluser]
Yeah, I've tried that, but "/" gives an Internal Server Error, because slashes are for directories.

But I have 2 solutions now:

config.php - enable query strings
Code:
| Please note that some of the helpers won't work as expected when
| this feature is enabled, since CodeIgniter is designed primarily to
| use segment based URLs.

$config['enable_query_strings'] = TRUE;

Or if you don't want to enable it global, paste this to your constructor or method:
Code:
parse_str($_SERVER['QUERY_STRING'],$getArr);
                $_REQUEST['state']=$getArr['state'];
                $_REQUEST['code']=$getArr['code'];

I do not know if this causes some security issues...


Messages In This Thread
Facebook Ignited Infinite Loop Problem - by El Forum - 06-22-2011, 02:04 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-22-2011, 06:30 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-22-2011, 08:16 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-22-2011, 08:28 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-22-2011, 03:23 PM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-23-2011, 11:28 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-23-2011, 11:40 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-23-2011, 11:46 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-23-2011, 11:58 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-23-2011, 12:05 PM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-24-2011, 01:10 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-24-2011, 01:41 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-24-2011, 02:16 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-27-2011, 02:13 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-27-2011, 02:33 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 06-27-2011, 05:07 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 07-06-2011, 02:53 PM
Facebook Ignited Infinite Loop Problem - by El Forum - 07-22-2011, 01:42 PM
Facebook Ignited Infinite Loop Problem - by El Forum - 07-30-2011, 09:31 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 07-31-2011, 07:18 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 07-31-2011, 06:58 PM
Facebook Ignited Infinite Loop Problem - by El Forum - 08-02-2011, 08:52 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 08-02-2011, 09:27 AM
Facebook Ignited Infinite Loop Problem - by El Forum - 08-17-2011, 05:38 PM
Facebook Ignited Infinite Loop Problem - by El Forum - 08-18-2011, 08:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB