1317 - Query execution was interrupted

select pd.products_name, p.products_model, p.products_image, p.products_id, p.manufacturers_id, p.products_price, p.products_weight, p.products_quantity, p.products_qty_blocks as qtyBlocks, p.products_min_order_qty, p.products_tax_class_id, NULL as specials_new_products_price, ptdc.discount_categories_id from products p left join (select products_id, discount_categories_id from products_to_discount_categories where products_id = '329' and customers_group_id = '0') as ptdc on p.products_id = ptdc.products_id, products_description pd where p.products_status = '1' and pd.products_id = p.products_id and p.products_id = '329' and pd.language_id = '1'

[TEP STOP]

2006 - MySQL server has gone away

select 1 from sessions where sesskey = 'a62def5d1c3295cac8880eed139e8864'

[TEP STOP]