<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: The error "WordPress database error: [Table 'dbname.wp_cas_count' doesn't exist]"</title>
	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on The error "WordPress database error: [Table 'dbname.wp_cas_count' doesn't exist]"</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p174</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p174</guid>
        	        	<description><![CDATA[<p>Oops, your table names didn't need the prefix I added. I've corrected the example.</p>
]]></description>
        	        	<pubDate>Thu, 11 Oct 2007 23:42:57 +0000</pubDate>
        </item>
        <item>
        	<title>JtothaI on The error "WordPress database error: [Table 'dbname.wp_cas_count' doesn't exist]"</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p173</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p173</guid>
        	        	<description><![CDATA[<p>thanks, I'll give that a try! Appreciate the help!</p>
]]></description>
        	        	<pubDate>Thu, 11 Oct 2007 23:29:18 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on The error "WordPress database error: [Table 'dbname.wp_cas_count' doesn't exist]"</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p172</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p172</guid>
        	        	<description><![CDATA[<p>Hi, create a PHP file with this code (replace the values in the first two statements with the same values you had to enter to WordPress):</p>
<p>< ?php</p>
</p>
<p>mysql_connect(yourhostname,yourusername,yourpassword);</p>
<p>mysql_select_db(yourdatabasename) or die (&#039;Unable to select database&#039;);</p>
<p>mysql_query(&#34;CREATE TABLE cas_count (id int(10) NOT NULL AUTO_INCREMENT, UNIQUE KEY id (id))&#34;) or die (&#039;Cannot create count table&#039;);</p>
<p>mysql_query(&#34;CREATE TABLE cas_image (id int(10) NOT NULL, createtime int(10) NOT NULL, word VARCHAR(20) NOT NULL, UNIQUE KEY id (id))&#34;) or die (&#039;Cannot create image table&#039;);</p>
<p>print &#039;Successfully create tables. Try out your installation now!&#039;;</p>
<p>?></p>
]]></description>
        	        	<pubDate>Thu, 11 Oct 2007 12:30:09 +0000</pubDate>
        </item>
        <item>
        	<title>JtothaI on The error "WordPress database error: [Table 'dbname.wp_cas_count' doesn't exist]"</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p171</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p171</guid>
        	        	<description><![CDATA[<p>Please excuse my ignorance...I am getting this error and just installed version 2.9.4 of Peterâ€™s Custom Anti-Spam Image Plugin for WordPress</p>
<p>I don't believe I have phpMyAdmin and am trying to find out how to run the query in the standard wordpress interface. </p>
<p>Sorry I am not making sense, I'm ot even sure how I did manage to get my blog up and running!</p>
<p>I activated the plugin, you can give it a try at <a href="http://www.getyamindright.com" rel="nofollow">http://www.getyamindright.com</a> (ironic isn't it?!) </p>
<p>Thanks in advance for any help you can offer, I am swamped in spam (25-50 a day)!</p>
]]></description>
        	        	<pubDate>Thu, 11 Oct 2007 03:25:24 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on The error "WordPress database error: [Table 'dbname.wp_cas_count' doesn't exist]"</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p114</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p114</guid>
        	        	<description><![CDATA[<p>Version 2.9.2 fixes the "database not created" problem.</p>
]]></description>
        	        	<pubDate>Tue, 11 Sep 2007 00:45:49 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on The error "WordPress database error: [Table 'dbname.wp_cas_count' doesn't exist]"</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p102</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p102</guid>
        	        	<description><![CDATA[<p>Try refreshing a few times.  For some reason it didn't increment.  Can you provide a link to your site?</p>
]]></description>
        	        	<pubDate>Thu, 06 Sep 2007 13:43:37 +0000</pubDate>
        </item>
        <item>
        	<title>CJ on The error "WordPress database error: [Table 'dbname.wp_cas_count' doesn't exist]"</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p101</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p101</guid>
        	        	<description><![CDATA[<p>Still getting errors after table creation.</p>
<p>WordPress database error: [Duplicate entry '0' for key 1]<br />
INSERT INTO wp_cas_image (id, createtime, word) VALUES (0, 1189099780, 'profile')</p>
]]></description>
        	        	<pubDate>Thu, 06 Sep 2007 13:40:32 +0000</pubDate>
        </item>
        <item>
        	<title>Peter on The error "WordPress database error: [Table 'dbname.wp_cas_count' doesn't exist]"</title>
        	<link>http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p92</link>
        	<category>Peter's Custom Anti-Spam for WordPress</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-custom-anti-spam-for-wordpress/the-error-wordpress-database-error-table-dbnamewp_cas_count-doesnt-exist#p92</guid>
        	        	<description><![CDATA[<p>This means that for some reason, the database tables were not created upon activation.  This could be because your database user account didn't have CREATE permissions in MySQL.  If this is the case, run this MySQL query manually (the easiest way is to paste this into the SQL tab if you have phpMyAdmin).</p>
<p>CREATE TABLE wp_cas_count (<br />
	  	id int(10) NOT NULL AUTO_INCREMENT,<br />
	  	UNIQUE KEY id (id)<br />
		);</p>
<p>CREATE TABLE wp_cas_image (<br />
	  	id int(10) NOT NULL,<br />
	  	createtime int(10) NOT NULL,<br />
	  	word VARCHAR(20) NOT NULL,<br />
	  	UNIQUE KEY id (id)<br />
		);</p>
]]></description>
        	        	<pubDate>Tue, 28 Aug 2007 00:59:47 +0000</pubDate>
        </item>
</channel>
</rss>