2006 - MySQL server has gone away
select distinct p.products_id, p.products_image, p.products_tax_class_id, p.products_quantity, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, p.type_colors_id, tp.name, tp.hexadecimal, p.ispack, pd.products_name
from products p
left join specials s on p.products_id = s.products_id
left join products_description pd on (p.products_id = pd.products_id and pd.language_id = 2)
left join type_colors tp on p.type_colors_id = tp.id
where p.products_destacado = 1
and p.products_carrot = 0
and p.products_status = '1'
and p.products_id != '21199'
and (p.products_filter_customers_groups not like '%0%' or p.products_filter_customers_groups is null)
order by rand() DESC
[TEP STOP]
2006 - MySQL server has gone away
select 1 from sessions where sesskey = 'd17bf32588263d36439d555403810b3d'
[TEP STOP]