Welcome Guest, Not a member yet? Register   Sign In
URI.php error when passing parameter with : (colon)
#4

[eluser]zivel[/eluser]
Thats It! Thank you InsiteFX!

I changed now line 196 in /system/core/URI.php from
Code:
$uri =parse_url($uri, PHP_URL_PATH);
to
Code:
$uri = urldecode(parse_url(urlencode($uri), PHP_URL_PATH));

As a new member of this community, what should I do that this change is integrated into CodeIginter? Fill in a Bug report?

Thank you
- Renato


Messages In This Thread
URI.php error when passing parameter with : (colon) - by El Forum - 03-10-2011, 03:34 AM
URI.php error when passing parameter with : (colon) - by El Forum - 04-19-2011, 08:47 AM
URI.php error when passing parameter with : (colon) - by El Forum - 04-19-2011, 01:09 PM
URI.php error when passing parameter with : (colon) - by El Forum - 04-20-2011, 02:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB