![]() |
Moving project to a new server. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Moving project to a new server. (/showthread.php?tid=28241) |
Moving project to a new server. - El Forum - 03-05-2010 [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. Moving project to a new server. - El Forum - 03-05-2010 [eluser]danmontgomery[/eluser] The first thing is addressed here: http://www.php.net/manual/en/language.references.php#93292 Not sure about the second thing. Moving project to a new server. - El Forum - 03-05-2010 [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. Moving project to a new server. - El Forum - 03-05-2010 [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) |