![]() |
The URI you submitted has disallowed characters. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: The URI you submitted has disallowed characters. (/showthread.php?tid=28746) Pages:
1
2
|
The URI you submitted has disallowed characters. - El Forum - 03-19-2010 [eluser]richthegeek[/eluser] Moved my site to effectively a new server (upgraded Ubuntu Karmic to Lucid on a seperate disk, so whilst the PHP/MySQL version should be the same, the config might well have changed) I am now getting the "The URI you submitted has disallowed characters." with the (relative) URI "login". The full address is http://rich-desktop/baggage/login Any ideas why this is happening, considering it worked on the same machine and network setup without issue? Mod rewrite is enabled and my htaccess is attached. Upload is borked so routes file is (usually) here Rich The URI you submitted has disallowed characters. - El Forum - 03-19-2010 [eluser]richthegeek[/eluser] Yes, I have used the search before you all spam "RTFM".... The URI you submitted has disallowed characters. - El Forum - 03-21-2010 [eluser]foyer[/eluser] This is only a guess, but I wouldn't access the site by the computer name. At least enter an IP address or add a hostname/ip in hosts file The URI you submitted has disallowed characters. - El Forum - 03-21-2010 [eluser]richthegeek[/eluser] A guess, yes, but a guess that is self-evidently incorrect. Firstly, the setup worked on the old system, under apparently identical circumstances. Secondly, the computer name contains no illegal characters. Thirdly, the router doesn't check the domain part of the URI. The URI you submitted has disallowed characters. - El Forum - 03-22-2010 [eluser]jjheath[/eluser] I'm having this same issue and the forums and google have turned up nothing. Fresh install of mamp 1.8.3 and codeigniter 1.7.2. I've found a couple of answers but they're all related to a php 5.3 issue, i'm running 5.2.11 I also tried installing codeigniter 1.7.1 but got the same results. the url is much the same as richthegeek: http://bhcms/content/view/1 or anything really that goes beyond just http://bhcms any suggestions would be just fantastic. The URI you submitted has disallowed characters. - El Forum - 03-22-2010 [eluser]jjheath[/eluser] hrm, if i edit application/config.php and change the value of $config['uri_protocol'] from "AUTO" to "REQUEST_URI" it seems to work just fine. The URI you submitted has disallowed characters. - El Forum - 05-03-2010 [eluser]Kumar Chetan sharma[/eluser] Same issue here. Just upgraded to Lucid Lynx and everything is broken. [quote author="jjheath" date="1269257282"]hrm, if i edit application/config.php and change the value of $config['uri_protocol'] from "AUTO" to "REQUEST_URI" it seems to work just fine.[/quote] Didnt work for me... The URI you submitted has disallowed characters. - El Forum - 05-03-2010 [eluser]eoinmcg[/eluser] Lucid uses php5.3 My guess is you're using an older version of codeigniter which is causing the problem. Upgrade to 1.7.2 and it will work The URI you submitted has disallowed characters. - El Forum - 05-03-2010 [eluser]Kumar Chetan sharma[/eluser] [quote author="eoinmcg" date="1272889275"]Lucid uses php5.3 My guess is you're using an older version of codeigniter which is causing the problem. Upgrade to 1.7.2 and it will work[/quote] No its not CI, its Lucid Lynx 10.04 upgrade. The upgrade has turned my life upside down. The problem is call to chmod at line 112 on Log.php which fails due to permissions. I don't know why it happened. It was working fine before upgrade. :-( The URI you submitted has disallowed characters. - El Forum - 05-03-2010 [eluser]eoinmcg[/eluser] have you tried setting the permissions of your log folder? |