Moving project to a new server. |
[eluser]Russell Keith[/eluser]
I moved my CI project from a server running IIS6 and PHP 5.2.6.6 to a server running IIS6 and PHP 5.3.2 and I am now getting the following two errors. Any quidance would be appreciated. I am using the CI 1.7.2. Quote:A PHP Error was encountered Quote:The URI you submitted has disallowed characters.URL is http://spacestation:8888/php/index.php/pw/DRST Code: $config['permitted_uri_chars'] = 'a-z 0-9~%.:_-'; Please help. This is driving me crazy. I would prefer not to go back to 5.2 on the second server if I can help it, but I can if I have to.
[eluser]danmontgomery[/eluser]
The first thing is addressed here: http://www.php.net/manual/en/language.re....php#93292 Not sure about the second thing.
[eluser]Russell Keith[/eluser]
I fixed the issue by going back to PHP 5.2.6.6. Where can I check to see if this is being addressed in the next CI release? My Security group is alway aftr me to have the newest versions of PHP and MySQL loaded.
[eluser]danmontgomery[/eluser]
Post about it here: http://codeigniter.com/bug_tracker/bug/9753/ You could try the SVN, I don't think there's a release date for the next version (at least not one that I'm aware of) |
Welcome Guest, Not a member yet? Register Sign In |