1021 - Disk full (/tmp/#sql-temptable-38e8c0-177192-11c662.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") select distinct p.products_id, p.products_special_text, p.products_color, p.products_quantity, p.products_related_code, p.products_image, p.products_tax_class_id, p.manufacturers_id, p.products_price as old_products_price, pd.products_name, pd.products_display_name, p.products_color, p.products_color_code, p.products_price, p.products_coming_soon_status, p.products_enquiry_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, products_related_tag, p.pwp_group_id, p.products_group_view from products p left join specials s on p.products_id = s.products_id and s.agent_group_id = '0', products_description pd, products_to_categories p2c, categories c where p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and (c.parent_id = '99' or p2c.categories_id = '188' or p2c.categories_id = '189' or p2c.categories_id = '283' ) and p.products_status = '1' and p.products_free_gift_status = '0' and p.products_third_party_status = '0' and p.products_id = pd.products_id and pd.language_id = '1' and (p.products_related_tag like '%Foot%' or p.products_related_tag like '%Leg%' or p.products_related_tag like '%Hair %' or p.products_related_tag like '%Hair %' ) order by p.products_new desc, p.products_date_added desc, pd.products_name limit 0, 36 [TEP STOP] |