Page 1 of 1

Upgraded Products to 2.10.5 - Now Category lists give error

Posted: Tue May 10, 2011 3:24 pm
by micahgodbolt
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.

Re: Upgraded Products to 2.10.5 - Now Category lists give er

Posted: Tue May 10, 2011 6:37 pm
by hgmd2005
I'm getting the same error... Anyone find a fix for this error?

Re: Upgraded Products to 2.10.5 - Now Category lists give er

Posted: Tue May 10, 2011 6:53 pm
by micahgodbolt
Good. Its not just me:)

Re: Upgraded Products to 2.10.5 - Now Category lists give er

Posted: Tue May 10, 2011 7:00 pm
by calguy1000
They are just a couple of errant debug statements. I'll have a new release out today or early tomorrow to fix it.

Re: Upgraded Products to 2.10.5 - Now Category lists give er

Posted: Tue May 10, 2011 7:07 pm
by hgmd2005
Excellent sooner the better, website was up but look horrible, I took it down for maintenance until the upgrade is ready.

Re: Upgraded Products to 2.10.5 - Now Category lists give er

Posted: Tue May 10, 2011 7:11 pm
by micahgodbolt
Thanks Calguy