Which site?
How many products do you have?
Have you any idea which link causes it?
That query comes from the pagination logic which checks to see how many products fall in the specified category or filter, so that it can determine what "next page" links to show, etc.
It would be helpful to know which filter link or sort link or pagination link you click on to trigger the problem.
It would also be helpful to know the entire query, not just the first 100 characters, if possible.
You could try running a REPAIR TABLE and OPTIMIZE TABLE on your products, products_description, and products_to_categories tables just in case something's damaged in them.


Reply With Quote

