2006 - MySQL server has gone away

select p.products_id, p.manufacturers_id, p2c.categories_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, (p.products_buyprice * ((p.products_raise / 100) +1))) as final_price from products_description pd, products p left join specialsFR s on p.products_id = s.products_id, products_to_categories p2c where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '5' and pd.products_name<>'' and (p.products_buyprice * ((p.products_raise / 100) +1)) > 0 and (p2c.categories_id='4500')

[TEP STOP]

2006 - MySQL server has gone away

select 1 from sessions where sesskey = 'jnbmdoq5mmv29mia00t2ueiola'

[TEP STOP]