<?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"
	>
<channel>
	<title>Comments on: bugs</title>
	<atom:link href="http://www.radebatz.net/mano/2007/02/18/bugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.radebatz.net/mano/2007/02/18/bugs/</link>
	<description>mano's blog</description>
	<pubDate>Tue, 02 Dec 2008 12:26:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: DerManoMann</title>
		<link>http://www.radebatz.net/mano/2007/02/18/bugs/#comment-4</link>
		<dc:creator>DerManoMann</dc:creator>
		<pubDate>Mon, 05 Mar 2007 08:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.radebatz.net/mano/2007/02/18/bugs/#comment-4</guid>
		<description>Right, got it, I think.
There is definitely something broken in 5.0.27. I have a fix, but it will perhaps take another week before the next official release. So if anyone needs the fix before that, drop me a line...

Also, the SQL to create the features tables is broken in the current MySQL version. This will also be fixed. You can fix it yourself by removing the default value for feature_value in line #70)</description>
		<content:encoded><![CDATA[<p>Right, got it, I think.<br />
There is definitely something broken in 5.0.27. I have a fix, but it will perhaps take another week before the next official release. So if anyone needs the fix before that, drop me a line&#8230;</p>
<p>Also, the SQL to create the features tables is broken in the current MySQL version. This will also be fixed. You can fix it yourself by removing the default value for feature_value in line #70)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DerManoMann</title>
		<link>http://www.radebatz.net/mano/2007/02/18/bugs/#comment-3</link>
		<dc:creator>DerManoMann</dc:creator>
		<pubDate>Sun, 04 Mar 2007 23:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.radebatz.net/mano/2007/02/18/bugs/#comment-3</guid>
		<description>Hmm,

Currently running PHP 5.1.2 with MySQL 5.0.24 without any problems - could you please send me the complete error message, perhaps as email? I'll have a look....
Also, are you sure that you installed the SQL correctly? There is a bug in the installation screen where it claims to have installed the SQL but hasn't.
If in doubt, you can run the sql also using the zen-cart SQL patch menu item under tools. The sql is under zenmagick/etc/sq

mano</description>
		<content:encoded><![CDATA[<p>Hmm,</p>
<p>Currently running PHP 5.1.2 with MySQL 5.0.24 without any problems - could you please send me the complete error message, perhaps as email? I&#8217;ll have a look&#8230;.<br />
Also, are you sure that you installed the SQL correctly? There is a bug in the installation screen where it claims to have installed the SQL but hasn&#8217;t.<br />
If in doubt, you can run the sql also using the zen-cart SQL patch menu item under tools. The sql is under zenmagick/etc/sq</p>
<p>mano</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: welshcathy</title>
		<link>http://www.radebatz.net/mano/2007/02/18/bugs/#comment-2</link>
		<dc:creator>welshcathy</dc:creator>
		<pubDate>Fri, 02 Mar 2007 11:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.radebatz.net/mano/2007/02/18/bugs/#comment-2</guid>
		<description>Hiya - love the look of zen magick and think you're on to a very good idea here! Unfortunately I couldn't get it to install - reckon it might be my version of mySQl - couldn't find any references to which versions of mySQL etc that you run on currently. I completed the install from inside zen admin fine and ran the sql to create the features tables successfully on my database - but then when I went to my cart home page - nothing! I have products in my database .. and when I tried to run zen magick / category maintenance I kept getting an sql error when I tried to drill down on a category that held products. I'm running mySQL 5.0.27 and here's the statement that broke ... with the error 'unknown p.products in on clause' ... anyways I'll check back for updates .. but in the meantime had to uninstall ... hopefully it's a simple thing cos I'd love to get this working!


select p.products_image, pd.products_name, p.products_id, p.manufacturers_id, p.products_model, p.products_price, p.products_priced_by_attribute, p.product_is_free, p.product_is_call, p.products_tax_class_id, pd.products_description, IF(s.status = '1', s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status ='1', s.specials_new_products_price, p.products_price) as final_price, p.products_sort_order from 
products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c 
left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = 1 and p2c.categories_id = 2 order by p.products_sort_order, pd.products_name</description>
		<content:encoded><![CDATA[<p>Hiya - love the look of zen magick and think you&#8217;re on to a very good idea here! Unfortunately I couldn&#8217;t get it to install - reckon it might be my version of mySQl - couldn&#8217;t find any references to which versions of mySQL etc that you run on currently. I completed the install from inside zen admin fine and ran the sql to create the features tables successfully on my database - but then when I went to my cart home page - nothing! I have products in my database .. and when I tried to run zen magick / category maintenance I kept getting an sql error when I tried to drill down on a category that held products. I&#8217;m running mySQL 5.0.27 and here&#8217;s the statement that broke &#8230; with the error &#8216;unknown p.products in on clause&#8217; &#8230; anyways I&#8217;ll check back for updates .. but in the meantime had to uninstall &#8230; hopefully it&#8217;s a simple thing cos I&#8217;d love to get this working!</p>
<p>select p.products_image, pd.products_name, p.products_id, p.manufacturers_id, p.products_model, p.products_price, p.products_priced_by_attribute, p.product_is_free, p.product_is_call, p.products_tax_class_id, pd.products_description, IF(s.status = &#8216;1&#8242;, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status =&#8217;1&#8242;, s.specials_new_products_price, p.products_price) as final_price, p.products_sort_order from<br />
products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c<br />
left join specials s on p.products_id = s.products_id where p.products_status = &#8216;1&#8242; and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = 1 and p2c.categories_id = 2 order by p.products_sort_order, pd.products_name</p>
]]></content:encoded>
	</item>
</channel>
</rss>
