Upgraded Products to 2.10.5 - Now Category lists give error
Posted: Tue May 10, 2011 3:24 pm
Has anyone experienced this, or know what it might mean.
My shopping carts were just fine in 2.10.3, but now that I upgraded to 2.10.5 I get the following response when I call a simple category list.
Debug: (0.264274) - (usage: 19225400) - (peak: 19442344)
SELECT A.id,A.name,count(B.product_id) AS count FROM cms_module_products_categories A LEFT OUTER JOIN cms_module_products_product_categories B ON A.id = B.category_id GROUP BY A.id ORDER BY A.name asc
Debug: (0.26438) - (usage: 19225536) - (peak: 19442344)
This data is followed by the category list as usual.
This has happened to me on multiple sites, not just a single occurrence.
My shopping carts were just fine in 2.10.3, but now that I upgraded to 2.10.5 I get the following response when I call a simple category list.
Debug: (0.264274) - (usage: 19225400) - (peak: 19442344)
SELECT A.id,A.name,count(B.product_id) AS count FROM cms_module_products_categories A LEFT OUTER JOIN cms_module_products_product_categories B ON A.id = B.category_id GROUP BY A.id ORDER BY A.name asc
Debug: (0.26438) - (usage: 19225536) - (peak: 19442344)
This data is followed by the category list as usual.
This has happened to me on multiple sites, not just a single occurrence.