Welcome Guest, Not a member yet? Register   Sign In
URI submitted has disallowed characters
#1

[eluser]Angel Lay[/eluser]
It is worked before upgrading php 5.3.0

Codeigniter version is 1.7.1.

I tried :
[code ]
@ config .php
$config['permitted_uri_chars'] = '~%.:_\-';
[/code]

Code:
@URI.php
if ( ! preg_match("|^[\w".preg_quote($this->config->item('permitted_uri_chars'))."]+$|i", $str))

Any idea for that?
Thanks.


Messages In This Thread
URI submitted has disallowed characters - by El Forum - 05-13-2012, 07:13 PM
URI submitted has disallowed characters - by El Forum - 05-14-2012, 03:12 AM
URI submitted has disallowed characters - by El Forum - 05-14-2012, 09:03 AM
URI submitted has disallowed characters - by El Forum - 05-14-2012, 08:29 PM



Theme © iAndrew 2016 - Forum software by © MyBB