Welcome Guest, Not a member yet? Register   Sign In
Disallowed Key Characters
#1

[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.
#2

[eluser]Unknown[/eluser]
Found the answer: You have to erase the cookies in your browser. That's it!




Theme © iAndrew 2016 - Forum software by © MyBB