![]() |
Disallowed Key Characters - 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: Disallowed Key Characters (/showthread.php?tid=19717) |
Disallowed Key Characters - El Forum - 06-16-2009 [eluser]Unknown[/eluser] I just downloaded a fresh copy of CodeIgniter and installed it in my Ubuntu local server for testing. The code is untouched. Then I opened it with Explorer 8 and the default welcome page works just fine, but in Firefox 3.0.11 I get the following error: "Disallowed Key Characters", while looking for the error I changed line 219 of system/libraries/Input.php from exit('Disallowed Key Characters.'); to exit('Disallowed Key Characters.'.$str); In order to get the nature (the string) causing the error. In my case this string is: @S@Visitante I do notice that even if the languaje in config.php is left to "english" the $str string is still in spanish "@S@Visitante". My Ubuntu configuration is in spanish as are my Explorer and Firefox. "@S@Visitante" sounds like the name of either a cookie or the session name. Sure hope to get an answer to this request; I haven't even started evaluating CodeIgniter due to this bug, but if all the articles I've read so far are right, CodeIgniter is the way to go. Marcos from Venezuela. Disallowed Key Characters - El Forum - 06-17-2009 [eluser]Unknown[/eluser] Found the answer: You have to erase the cookies in your browser. That's it! |