CodeIgniter Forums
I received this error "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: I received this error "Disallowed Key Characters" (/showthread.php?tid=23452)



I received this error "Disallowed Key Characters" - El Forum - 10-11-2009

[eluser]suba[/eluser]
hi,
How to rectify


I received this error "Disallowed Key Characters" - El Forum - 10-11-2009

[eluser]steelaz[/eluser]
Try clearing your cookies, they may have values with disallowed characters.

For more details, ready this thread - http://ellislab.com/forums/viewthread/54019/


I received this error "Disallowed Key Characters" - El Forum - 10-11-2009

[eluser]suba[/eluser]
Hi
THANKS
My mistake:
<input type="field_type" name=\ field_name" value="" />


This was Message is very useful to me
..


You can check the form that sends data to your page, i.e.:

if there is a code
<input type="field_type" name=" field_name" value="" />

if there is an unnecessary space in the field name Firefox removes it and everything is ok, but IE doesn’t make this cleaning, and this is a problem….