<?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: Counterize II &#8211; Release 2.04</title>
	<atom:link href="http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/</link>
	<description>This Blog is about Microsoft Dynamics NAV (f.k.a Navision incl. C/SIDE and C/AL), C#, F# and .NET in general.</description>
	<lastBuildDate>Sat, 28 Aug 2010 16:13:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Hisky</title>
		<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/comment-page-1/#comment-32588</link>
		<dc:creator>Hisky</dc:creator>
		<pubDate>Sun, 27 Jan 2008 14:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/#comment-32588</guid>
		<description>Selber Fehler hier:
H&#228;ufigste Browser (5)
WordPress database error: [Unknown column &#039;browserName&#039; in &#039;field list&#039;]
SELECT sum(count) as amount, browserName as label, browserCode FROM wp_Counterize_UserAgents group by label ORDER BY amount DESC LIMIT 5

Browser Anzahl Grafik / % 
H&#228;ufigste Browser-Versionen (5)
WordPress database error: [Unknown column &#039;browserName&#039; in &#039;field list&#039;]
SELECT sum(count) as amount, concat(concat(browserName,&#039; &#039;),browserVersion) as label, browserCode FROM wp_Counterize_UserAgents group by label ORDER BY amount DESC LIMIT 5

Browser Anzahl Grafik / % 
H&#228;ufigste Betriebssysteme (5)
WordPress database error: [Unknown column &#039;osName&#039; in &#039;field list&#039;]
SELECT sum(count) as amount, concat(concat(osName,&#039; &#039;),osVersion) as label, osCode FROM wp_Counterize_UserAgents group by label ORDER BY amount DESC LIMIT 5


Fehlen Tabellen / Felder!?</description>
		<content:encoded><![CDATA[<p>Selber Fehler hier:<br />
H&#228;ufigste Browser (5)<br />
WordPress database error: [Unknown column 'browserName' in 'field list']<br />
SELECT sum(count) as amount, browserName as label, browserCode FROM wp_Counterize_UserAgents group by label ORDER BY amount DESC LIMIT 5</p>
<p>Browser Anzahl Grafik / %<br />
H&#228;ufigste Browser-Versionen (5)<br />
WordPress database error: [Unknown column 'browserName' in 'field list']<br />
SELECT sum(count) as amount, concat(concat(browserName,&#8217; &#8216;),browserVersion) as label, browserCode FROM wp_Counterize_UserAgents group by label ORDER BY amount DESC LIMIT 5</p>
<p>Browser Anzahl Grafik / %<br />
H&#228;ufigste Betriebssysteme (5)<br />
WordPress database error: [Unknown column 'osName' in 'field list']<br />
SELECT sum(count) as amount, concat(concat(osName,&#8217; &#8216;),osVersion) as label, osCode FROM wp_Counterize_UserAgents group by label ORDER BY amount DESC LIMIT 5</p>
<p>Fehlen Tabellen / Felder!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: impulse impulse</title>
		<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/comment-page-1/#comment-15627</link>
		<dc:creator>impulse impulse</dc:creator>
		<pubDate>Sun, 22 Jul 2007 09:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/#comment-15627</guid>
		<description>thanks for the great plugin. I updated from the counterize plugin. Got the database errors. Put in the php query as you mentioned above. That got rid of the error message on the website. Now I still have an error in the admin counterize page.Under the browser section and below:

WordPress database error: [Unknown column &#039;browserName&#039; in &#039;field list&#039;]
SELECT sum(count) as amount, browserName as label, browserCode FROM wp_Counterize_UserAgents group by label ORDER BY amount DESC LIMIT 5



WordPress database error: [Unknown column &#039;osName&#039; in &#039;field list&#039;]
SELECT sum(count) as amount, concat(concat(osName,&#039; &#039;),osVersion) as label, osCode FROM wp_Counterize_UserAgents group by label ORDER BY amount DESC LIMIT 5



WordPress database error: [Unknown column &#039;r.keywordID&#039; in &#039;where clause&#039;]
SELECT id, ip, timestamp, p.url as url, r.name as referer, ua.name as useragent, m.refererID, m.agentID, m.pageID, k.keyword, k.keywordID FROM wp_Counterize m, wp_Counterize_Pages p, wp_Counterize_UserAgents ua, wp_Counterize_Referers r, wp_Counterize_Keywords k WHERE m.pageID = p.pageID and m.agentID = ua.agentID and m.refererID = r.refererID and k.keywordID = r.keywordID and 1 = 1 ORDER BY m.timestamp DESC LIMIT 70


I am using wp version 2.2.1. Counterize II version 2.10. Deleted all previous counterize files.</description>
		<content:encoded><![CDATA[<p>thanks for the great plugin. I updated from the counterize plugin. Got the database errors. Put in the php query as you mentioned above. That got rid of the error message on the website. Now I still have an error in the admin counterize page.Under the browser section and below:</p>
<p>WordPress database error: [Unknown column 'browserName' in 'field list']<br />
SELECT sum(count) as amount, browserName as label, browserCode FROM wp_Counterize_UserAgents group by label ORDER BY amount DESC LIMIT 5</p>
<p>WordPress database error: [Unknown column 'osName' in 'field list']<br />
SELECT sum(count) as amount, concat(concat(osName,&#8217; &#8216;),osVersion) as label, osCode FROM wp_Counterize_UserAgents group by label ORDER BY amount DESC LIMIT 5</p>
<p>WordPress database error: [Unknown column 'r.keywordID' in 'where clause']<br />
SELECT id, ip, timestamp, p.url as url, r.name as referer, ua.name as useragent, m.refererID, m.agentID, m.pageID, k.keyword, k.keywordID FROM wp_Counterize m, wp_Counterize_Pages p, wp_Counterize_UserAgents ua, wp_Counterize_Referers r, wp_Counterize_Keywords k WHERE m.pageID = p.pageID and m.agentID = ua.agentID and m.refererID = r.refererID and k.keywordID = r.keywordID and 1 = 1 ORDER BY m.timestamp DESC LIMIT 70</p>
<p>I am using wp version 2.2.1. Counterize II version 2.10. Deleted all previous counterize files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/comment-page-1/#comment-435</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 29 Dec 2006 13:16:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/#comment-435</guid>
		<description>Thanks for the offer but I have now sorted this.

For some reason, the theme I was using didn&#039;t have a wp_head () call in it and therefore the stats bit wasn&#039;t being invoked.

All sorted now.</description>
		<content:encoded><![CDATA[<p>Thanks for the offer but I have now sorted this.</p>
<p>For some reason, the theme I was using didn&#8217;t have a wp_head () call in it and therefore the stats bit wasn&#8217;t being invoked.</p>
<p>All sorted now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen Forkmann</title>
		<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/comment-page-1/#comment-365</link>
		<dc:creator>Steffen Forkmann</dc:creator>
		<pubDate>Thu, 21 Dec 2006 14:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/#comment-365</guid>
		<description>Please send a export-file with all of your wp_Counterize*-Tables to steffen.forkmann at msu-solutions.de</description>
		<content:encoded><![CDATA[<p>Please send a export-file with all of your wp_Counterize*-Tables to steffen.forkmann at msu-solutions.de</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/comment-page-1/#comment-364</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 21 Dec 2006 14:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/#comment-364</guid>
		<description>I&#039;m afraid that made no difference :-(</description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid that made no difference <img src='http://www.navision-blog.de/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/comment-page-1/#comment-348</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Wed, 20 Dec 2006 09:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/#comment-348</guid>
		<description>Hi,

I followed your instructions to the letter before posting; however I&#039;ll delete the records from the options table and see if that helps.

Many thanks for taking the time to respond to me.

Regards,</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I followed your instructions to the letter before posting; however I&#8217;ll delete the records from the options table and see if that helps.</p>
<p>Many thanks for taking the time to respond to me.</p>
<p>Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen Forkmann</title>
		<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/comment-page-1/#comment-342</link>
		<dc:creator>Steffen Forkmann</dc:creator>
		<pubDate>Tue, 19 Dec 2006 12:08:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/#comment-342</guid>
		<description>Hi Rob,

it seems you didn&#039;t refer to my install instructions. Counterize II has an automatic update process. Normally you have to do this:

Update from Version 2.03 or earlier:

1. deactivate plugin 
2. delete all counterize-files from your plugin-folder 
3. unzip Zip-File to your plugin-folder 
4. activate plugin 

Now have added your &quot;own&quot; tables and it seems that this results in a incosistent table structure.

Try to deactivate the plugin, delete the records &quot;Counterize_MajorVersion&quot; and &quot;Counterize_MinorVersion&quot; from the wp_options-table and activate it again. Hopefully this helps.</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>it seems you didn&#8217;t refer to my install instructions. Counterize II has an automatic update process. Normally you have to do this:</p>
<p>Update from Version 2.03 or earlier:</p>
<p>1. deactivate plugin<br />
2. delete all counterize-files from your plugin-folder<br />
3. unzip Zip-File to your plugin-folder<br />
4. activate plugin </p>
<p>Now have added your &#8220;own&#8221; tables and it seems that this results in a incosistent table structure.</p>
<p>Try to deactivate the plugin, delete the records &#8220;Counterize_MajorVersion&#8221; and &#8220;Counterize_MinorVersion&#8221; from the wp_options-table and activate it again. Hopefully this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/comment-page-1/#comment-341</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 19 Dec 2006 11:53:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/#comment-341</guid>
		<description>Image was stripped from my post so here&#039;s the link - can you add this to my last post please:

http://img139.imageshack.us/my.php?image=counterizejg7.gif</description>
		<content:encoded><![CDATA[<p>Image was stripped from my post so here&#8217;s the link &#8211; can you add this to my last post please:</p>
<p><a href="http://img139.imageshack.us/my.php?image=counterizejg7.gif" rel="nofollow">http://img139.imageshack.us/my.php?image=counterizejg7.gif</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/comment-page-1/#comment-340</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 19 Dec 2006 11:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/#comment-340</guid>
		<description>Hmmn - okay I seem to have an issue.

For some reason the latest 50 entries table isn&#039;t showing any data but it&#039;s growing.  See image to see what I mean:

&lt;a href=&quot;http://img139.imageshack.us/my.php?image=counterizejg7.gif&quot; rel=&quot;nofollow&quot;&gt;&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Hmmn &#8211; okay I seem to have an issue.</p>
<p>For some reason the latest 50 entries table isn&#8217;t showing any data but it&#8217;s growing.  See image to see what I mean:</p>
<p><a href="http://img139.imageshack.us/my.php?image=counterizejg7.gif" rel="nofollow"></a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/comment-page-1/#comment-339</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 19 Dec 2006 11:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.navision-blog.de/2006/12/11/counterize-ii-release-204/#comment-339</guid>
		<description>Hi and thanks for v2 of the Plugin.

I&#039;m not a German speaker but so I&#039;ve added these comments below for English speaking folk.

If you&#039;re going from version 1 of the plugin to v2 then you need to alter your database using a tool like PHPMyAdmin because this Plugin doesn&#039;t seem to update the structure to what&#039;s needed when you install it.

You need to use two commands:

CREATE TABLE wp_Counterize_Keywords (
`keywordID` int(11) NOT NULL auto_increment,
`keyword` varchar(255) NOT NULL,
`count` int(11) NOT NULL default ‘1′,
PRIMARY KEY (`keywordID`),
KEY `keyword` (`keyword`)
);

and then

ALTER TABLE `at_Counterize_Pages` ADD `keywordID` INT( 11 ) DEFAULT &#039;0&#039; NOT NULL;

If you use MySQL 5 like I do then the first instruction won&#039;t work, instead use:

CREATE TABLE wp_Counterize_Keywords (
`keywordID` int(11) NOT NULL auto_increment,
`keyword` varchar(255) NOT NULL,
`count` int(11) NOT NULL default 1,
PRIMARY KEY (`keywordID`),
KEY `keyword` (`keyword`)
);

I like the improvements thus far and will update my &lt;a href=&quot;http://www.abouthere.co.uk/blog/?page_id=498&quot; rel=&quot;nofollow&quot;&gt;Wordpress Plug-ins/Add-ons page&lt;/a&gt; to include this new revision.</description>
		<content:encoded><![CDATA[<p>Hi and thanks for v2 of the Plugin.</p>
<p>I&#8217;m not a German speaker but so I&#8217;ve added these comments below for English speaking folk.</p>
<p>If you&#8217;re going from version 1 of the plugin to v2 then you need to alter your database using a tool like PHPMyAdmin because this Plugin doesn&#8217;t seem to update the structure to what&#8217;s needed when you install it.</p>
<p>You need to use two commands:</p>
<p>CREATE TABLE wp_Counterize_Keywords (<br />
`keywordID` int(11) NOT NULL auto_increment,<br />
`keyword` varchar(255) NOT NULL,<br />
`count` int(11) NOT NULL default ‘1′,<br />
PRIMARY KEY (`keywordID`),<br />
KEY `keyword` (`keyword`)<br />
);</p>
<p>and then</p>
<p>ALTER TABLE `at_Counterize_Pages` ADD `keywordID` INT( 11 ) DEFAULT &#8217;0&#8242; NOT NULL;</p>
<p>If you use MySQL 5 like I do then the first instruction won&#8217;t work, instead use:</p>
<p>CREATE TABLE wp_Counterize_Keywords (<br />
`keywordID` int(11) NOT NULL auto_increment,<br />
`keyword` varchar(255) NOT NULL,<br />
`count` int(11) NOT NULL default 1,<br />
PRIMARY KEY (`keywordID`),<br />
KEY `keyword` (`keyword`)<br />
);</p>
<p>I like the improvements thus far and will update my <a href="http://www.abouthere.co.uk/blog/?page_id=498" rel="nofollow">WordPress Plug-ins/Add-ons page</a> to include this new revision.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
