Products module doesn't show products at all
Posted: Thu May 27, 2010 11:43 am
I have added only 1 product to the system, I use plain {Products} tag on one of my pages and I get this message:
SELECT c.* FROM cms_module_products c WHERE c.status = 'published' ORDER BY product_name cm LIMIT 0, 100000
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'cm LIMIT 0, 100000' at line 1
What can I do to fix this?
I use:
CMSMS 1.7
Products 2.8
CGExtensions 1.18.7
CGSimpleSmarty 1.4.4
SELECT c.* FROM cms_module_products c WHERE c.status = 'published' ORDER BY product_name cm LIMIT 0, 100000
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'cm LIMIT 0, 100000' at line 1
What can I do to fix this?
I use:
CMSMS 1.7
Products 2.8
CGExtensions 1.18.7
CGSimpleSmarty 1.4.4