<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Disallowed Key Characters &#8211; CodeIgniter Error</title>
	<atom:link href="http://www.snaver.net/2010/01/17/disallowed-key-characters-codeigniter-error/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.snaver.net/2010/01/17/disallowed-key-characters-codeigniter-error/</link>
	<description>Blog, Halo, Programming - Freelance Website Development and Design in Great Yarmouth, Norfolk.</description>
	<lastBuildDate>Fri, 09 Jul 2010 13:20:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: Greg</title>
		<link>http://www.snaver.net/2010/01/17/disallowed-key-characters-codeigniter-error/comment-page-1/#comment-1486</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Mon, 05 Jul 2010 13:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.snaver.net/?p=189#comment-1486</guid>
		<description>Hi Glen,
thanks it save my time.</description>
		<content:encoded><![CDATA[<p>Hi Glen,<br />
thanks it save my time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen Barnhardt</title>
		<link>http://www.snaver.net/2010/01/17/disallowed-key-characters-codeigniter-error/comment-page-1/#comment-1484</link>
		<dc:creator>Glen Barnhardt</dc:creator>
		<pubDate>Thu, 01 Jul 2010 21:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.snaver.net/?p=189#comment-1484</guid>
		<description>This error drove me nuts for quite some time. Even your suggestion didn&#039;t fix the problem. Here is what I did to find the issue.

In the core CI code in system/libraries is a file called input.php I made a small modification to that file so that it would show the actual data in question.

Around line number 199

	function _clean_input_keys($str)
	{	
		 if ( ! preg_match(&quot;/^[a-z0-9:_\/-]+$/i&quot;, $str))
		 {
			exit(&#039;Disallowed Key Characters: &#039;.$str);   // Added the variable to display.
		 }

		return $str;
	}

I certainly hope this helps others.</description>
		<content:encoded><![CDATA[<p>This error drove me nuts for quite some time. Even your suggestion didn&#8217;t fix the problem. Here is what I did to find the issue.</p>
<p>In the core CI code in system/libraries is a file called input.php I made a small modification to that file so that it would show the actual data in question.</p>
<p>Around line number 199</p>
<p>	function _clean_input_keys($str)<br />
	{<br />
		 if ( ! preg_match(&#8220;/^[a-z0-9:_\/-]+$/i&#8221;, $str))<br />
		 {<br />
			exit(&#8216;Disallowed Key Characters: &#8216;.$str);   // Added the variable to display.<br />
		 }</p>
<p>		return $str;<br />
	}</p>
<p>I certainly hope this helps others.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
