<?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: CakePHP Searchable Plugin</title>
	<atom:link href="http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/</link>
	<description>Learnings and Teachings on Web Application Development &#38; CakePHP</description>
	<lastBuildDate>Fri, 03 Feb 2012 19:44:06 +0100</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Brian L</title>
		<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/comment-page-3/#comment-20269</link>
		<dc:creator>Brian L</dc:creator>
		<pubDate>Fri, 03 Feb 2012 19:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=191#comment-20269</guid>
		<description>Nvm.. I got it.. Now I&#039;m getting another error when I&#039;m in the shell -

Notice: Undefined index: SearchIndex in /var/www/html/iw4dev2/app/plugins/searchable/models/behaviors/searchable.php on line 385

Warning: array_merge(): Argument #1 is not an array in /var/www/html/iw4dev2/app/plugins/searchable/models/behaviors/searchable.php on line 389

Warning: array_merge(): Argument #1 is not an array in /var/www/html/iw4dev2/app/plugins/searchable/models/behaviors/searchable.php on line 203
Station 157 XETV


Any thoughts?</description>
		<content:encoded><![CDATA[<p>Nvm.. I got it.. Now I&#8217;m getting another error when I&#8217;m in the shell -</p>
<p>Notice: Undefined index: SearchIndex in /var/www/html/iw4dev2/app/plugins/searchable/models/behaviors/searchable.php on line 385</p>
<p>Warning: array_merge(): Argument #1 is not an array in /var/www/html/iw4dev2/app/plugins/searchable/models/behaviors/searchable.php on line 389</p>
<p>Warning: array_merge(): Argument #1 is not an array in /var/www/html/iw4dev2/app/plugins/searchable/models/behaviors/searchable.php on line 203<br />
Station 157 XETV</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian L</title>
		<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/comment-page-3/#comment-20268</link>
		<dc:creator>Brian L</dc:creator>
		<pubDate>Fri, 03 Feb 2012 19:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=191#comment-20268</guid>
		<description>I, too, ran into the problem with running the shell.

When I launch the shell I get this error:

Warning: array_keys() expects parameter 1 to be array, boolean given in /var/www/html/iw4dev2/app/vendors/shells/build_search_index.php on line 113

Warning: current() expects parameter 1 to be array, null given in /var/www/html/iw4dev2/app/vendors/shells/build_search_index.php on line 118

Fatal error: Class &#039;SearchableAppModel&#039; not found in /var/www/html/iw4dev2/app/models/search_index.php on line 2


I noticed two people above me with the same problem, but I could not extrapolate the answer on how to fix it. Please help?</description>
		<content:encoded><![CDATA[<p>I, too, ran into the problem with running the shell.</p>
<p>When I launch the shell I get this error:</p>
<p>Warning: array_keys() expects parameter 1 to be array, boolean given in /var/www/html/iw4dev2/app/vendors/shells/build_search_index.php on line 113</p>
<p>Warning: current() expects parameter 1 to be array, null given in /var/www/html/iw4dev2/app/vendors/shells/build_search_index.php on line 118</p>
<p>Fatal error: Class &#8216;SearchableAppModel&#8217; not found in /var/www/html/iw4dev2/app/models/search_index.php on line 2</p>
<p>I noticed two people above me with the same problem, but I could not extrapolate the answer on how to fix it. Please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/comment-page-2/#comment-20261</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Fri, 03 Feb 2012 13:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=191#comment-20261</guid>
		<description>@Jari: You&#039;re probably running the console from the cake directory, while your shell is in the app directory.

Copy your /cake/sonsole to /app/console and try again.</description>
		<content:encoded><![CDATA[<p>@Jari: You&#8217;re probably running the console from the cake directory, while your shell is in the app directory.</p>
<p>Copy your /cake/sonsole to /app/console and try again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jari Kuokka</title>
		<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/comment-page-2/#comment-19463</link>
		<dc:creator>Jari Kuokka</dc:creator>
		<pubDate>Mon, 02 Jan 2012 10:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=191#comment-19463</guid>
		<description>Hi all,

I get error message:

Error: Class BuildSearchIndexShell could not be loaded.

from cake console. What seems to be the problem in my environment?

// Jari</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I get error message:</p>
<p>Error: Class BuildSearchIndexShell could not be loaded.</p>
<p>from cake console. What seems to be the problem in my environment?</p>
<p>// Jari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lyman</title>
		<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/comment-page-2/#comment-18461</link>
		<dc:creator>Lyman</dc:creator>
		<pubDate>Mon, 28 Nov 2011 01:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=191#comment-18461</guid>
		<description>Hi Louis G,

Can you tell me how you fixed the shell problem please?

Thanks,</description>
		<content:encoded><![CDATA[<p>Hi Louis G,</p>
<p>Can you tell me how you fixed the shell problem please?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis G</title>
		<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/comment-page-2/#comment-18286</link>
		<dc:creator>Luis G</dc:creator>
		<pubDate>Tue, 22 Nov 2011 04:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=191#comment-18286</guid>
		<description>Hi Nail, seems like my problem was solved. 

Now, I put in the search form &quot;th&quot; as a term to look for, but it returns all records in the table search_index even found no records that match this criterion, How can i handle that? I just want to show records wich match with &quot;th&quot;.

I&#039;m implementing this in a personal project and this meaning a big problem to that.

I hope your help. Thanks</description>
		<content:encoded><![CDATA[<p>Hi Nail, seems like my problem was solved. </p>
<p>Now, I put in the search form &#8220;th&#8221; as a term to look for, but it returns all records in the table search_index even found no records that match this criterion, How can i handle that? I just want to show records wich match with &#8220;th&#8221;.</p>
<p>I&#8217;m implementing this in a personal project and this meaning a big problem to that.</p>
<p>I hope your help. Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis G</title>
		<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/comment-page-2/#comment-18285</link>
		<dc:creator>Luis G</dc:creator>
		<pubDate>Tue, 22 Nov 2011 03:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=191#comment-18285</guid>
		<description>Hey Nail, Terry

I&#039;m having the same problem that terry .

I’m having problems to run the shell to index. Copied the codes over to my app and once I ran the shell, prompted with
Fatal error: Class ‘SearchableAppModel’ not found in …… search_index.php on line 2

Any idea what is really happening? Thanks Neil

Please Help.</description>
		<content:encoded><![CDATA[<p>Hey Nail, Terry</p>
<p>I&#8217;m having the same problem that terry .</p>
<p>I’m having problems to run the shell to index. Copied the codes over to my app and once I ran the shell, prompted with<br />
Fatal error: Class ‘SearchableAppModel’ not found in …… search_index.php on line 2</p>
<p>Any idea what is really happening? Thanks Neil</p>
<p>Please Help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/comment-page-2/#comment-16287</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 13 Sep 2011 22:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=191#comment-16287</guid>
		<description>Hi, hoping you can help. I noticed someone else here had a similar error, but I&#039;m unable to solve mine:


Warning: array_keys() expects parameter 1 to be array, boolean given in /var/www/html/plugins/searchable/vendors/shells/build_search_index.php on line 113

Warning: current() expects parameter 1 to be array, null given in /var/www/html/plugins/searchable/vendors/shells/build_search_index.php on line 118
Possible Models based on your current database:
Enter one or more numbers from the list above separated by a space, or type in the names of one or more other models, &#039;a&#039; for all or &#039;q&#039; to exit
[q] &gt;

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, hoping you can help. I noticed someone else here had a similar error, but I&#8217;m unable to solve mine:</p>
<p>Warning: array_keys() expects parameter 1 to be array, boolean given in /var/www/html/plugins/searchable/vendors/shells/build_search_index.php on line 113</p>
<p>Warning: current() expects parameter 1 to be array, null given in /var/www/html/plugins/searchable/vendors/shells/build_search_index.php on line 118<br />
Possible Models based on your current database:<br />
Enter one or more numbers from the list above separated by a space, or type in the names of one or more other models, &#8216;a&#8217; for all or &#8216;q&#8217; to exit<br />
[q] &gt;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yves</title>
		<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/comment-page-2/#comment-15936</link>
		<dc:creator>Yves</dc:creator>
		<pubDate>Mon, 29 Aug 2011 09:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=191#comment-15936</guid>
		<description>I&#039;m using admin routing and wanted to deploy the search plugin in the admin backend. It seems to lose the [SearchIndex] array data coming from the form input. Any clue on why that would happen?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using admin routing and wanted to deploy the search plugin in the admin backend. It seems to lose the [SearchIndex] array data coming from the form input. Any clue on why that would happen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madi</title>
		<link>http://www.neilcrookes.com/2009/11/21/cakephp-searchable-plugin/comment-page-2/#comment-15401</link>
		<dc:creator>Madi</dc:creator>
		<pubDate>Thu, 04 Aug 2011 16:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.neilcrookes.com/?p=191#comment-15401</guid>
		<description>Hi, 
I am lost.I am trying to install your plugin in my cakePHP folder manually but i can&#039;t do it. I do not know how to run the script and could you help me giving me a source (any website)that i can look at?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I am lost.I am trying to install your plugin in my cakePHP folder manually but i can&#8217;t do it. I do not know how to run the script and could you help me giving me a source (any website)that i can look at?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

