SQLSTATE[70100]: <>: 1317 Query execution was interrupted
SELECT SQL_CALC_FOUND_ROWS product.id, product.visible, product.categoryid,product.name, product.shortdescription description, node.name categoryname, (shopprice * (100+taxrate)/100) shopprice, (marketprice * (100+taxrate)/100) marketprice, ((marketprice-shopprice) *(100+taxrate)/100) save FROM product, tree node WHERE product.categoryid IN (221,228,229,230,231,232,233,234,235,236,237,238,239,240,254) GROUP BY product.id LIMIT 0,10