1317 - Query execution was interrupted

select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price from products p, products_description pd, specials s where p.products_status = '1' and p.products_id = s.products_id and pd.products_id = s.products_id and pd.language_id = '4' and s.status = '1' order by s.specials_date_added desc limit 10

[TEP STOP]


Warning: Error while sending QUERY packet. PID=3875065 in /home/ikone155/public_html/includes/functions/database.php on line 50
2006 - MySQL server has gone away

select 1 from sessions where sesskey = 'e40ee5d68b262aabe02fd59126c7072d'

[TEP STOP]