PaulTurner-awin / stikked

Automatically exported from code.google.com/p/stikked
GNU General Public License v3.0
0 stars 0 forks source link

how to fix error "The URI you submitted has disallowed characters" #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://blog.callmeanh.info/?p=29

Original issue reported on code.google.com by paul.man...@gmail.com on 29 Mar 2011 at 8:58

GoogleCodeExporter commented 8 years ago
http://blog.callmeanh.info/?p=29  is currently unavailable.

Original comment by jlpool...@gmail.com on 8 Mar 2012 at 9:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Use this : https://github.com/claudehohl/Stikked ?

it's fixed.

in system/libraries/URI.php line 189

replace the line 
http://code.google.com/p/stikked/source/browse/trunk/system/libraries/URI.php#18
9

by : if ( ! preg_match("|^[".str_replace(array('\\-', '\-'), '-', 
preg_quote($this->config->item('permitted_uri_chars'), '-'))."]+$|i", $str))

Original comment by edwin.dr...@gmail.com on 29 Apr 2012 at 10:57

GoogleCodeExporter commented 8 years ago
Y U NO FIX DAT IN DA PACKAGE :p

thx btw nice app

Original comment by Arnaud.B...@gmail.com on 13 Jun 2012 at 8:57