Welcome Guest, Not a member yet? Register   Sign In
Server Side Debugging
#4

[eluser]Didier DURAND[/eluser]
Hello jgberg,

I found a solution to your problem: in application/config/config.php, your set config['permitted_uri_chars'] to blank (i.e '') then you bypass the uri character checking security function of CI.

But,
1) watch out the security consequences (see comment in config file)- blank should be only a temporary setting while debugging
2) you will then encounter another issue (that I diddn't solve yet): CI code receives all the weird characters injected in the URL by Zend remote debugging features. CI doesn't seem to like it (at first glance...)

When I find a good solution for this last issue, i'll post again
didier


Messages In This Thread
Server Side Debugging - by El Forum - 08-24-2007, 11:25 AM
Server Side Debugging - by El Forum - 08-24-2007, 12:49 PM
Server Side Debugging - by El Forum - 08-25-2007, 08:15 PM
Server Side Debugging - by El Forum - 09-06-2007, 10:26 PM
Server Side Debugging - by El Forum - 09-19-2007, 08:50 PM
Server Side Debugging - by El Forum - 09-19-2007, 09:18 PM
Server Side Debugging - by El Forum - 09-20-2007, 09:27 AM
Server Side Debugging - by El Forum - 09-20-2007, 03:47 PM
Server Side Debugging - by El Forum - 09-20-2007, 04:01 PM
Server Side Debugging - by El Forum - 09-21-2007, 01:47 AM
Server Side Debugging - by El Forum - 09-21-2007, 09:10 PM
Server Side Debugging - by El Forum - 09-22-2007, 05:31 PM



Theme © iAndrew 2016 - Forum software by © MyBB