Cleansing Wipes
  (1/3) Items
2006 - MySQL server has gone away

select p.products_image, pd.products_name, p.products_id, p.manufacturers_id, p.products_special_text, p.products_price, p.products_color,p.products_tax_class_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_price) as final_price, p.products_coming_soon_status, p.address_key, p.products_new_in_start, p.products_hot_item_start, p.products_bestseller_start, p.products_new_in, p.products_hot_item, p.products_bestseller, p.products_related_tag, p.pwp_group_id from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join specials s on p.products_id = s.products_id, products_to_categories p2c where p.products_status = '1' and p.products_free_gift_status = '0' and p.products_third_party_status = '0' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '966' and (p.products_date_available < now() or p.products_date_available IS NULL) and p.products_id not in (select distinct products_id from promotionproduct) and p.products_subscription_free_gift_status = '0' order by p.products_new desc, p.products_date_added desc, pd.products_name limit 0, 20

[TEP STOP]

2006 - MySQL server has gone away

select 1 from sessions where sesskey = 'rtash7dcd08m3ck05pm7jft8e5'

[TEP STOP]