0 BBES 2024 5.0
Hair Care
80 / 521 Products
1 - Can't create/write to file '/tmp/MY2SI7ga' (Errcode: 28 - No space left on device)

select p.products_id, p.products_model, p.products_special_text, p.products_special_promo_text, p.products_color, 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,p.products_color, p.products_color_code, p.products_retail_price, if(s.status, s.specials_new_products_price, p.products_price) as products_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, products_related_tag, p.pwp_group_id, p.products_offer_icon, p.products_offer_icon_position, p.products_offer_icon_startdate, p.products_offer_icon_enddate, p.products_ordered, p.products_ordered_extra, p.products_wheel_chair_status, p.agent_contact from products p left join specials s on p.products_id = s.products_id, 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 = '1993' or p2c.categories_id = '1994' or p2c.categories_id = '1995' or p2c.categories_id = '1996' or p2c.categories_id = '1997' or p2c.categories_id = '1998' or p2c.categories_id = '1999' or p2c.categories_id = '2000' or p2c.categories_id = '2001' or p2c.categories_id = '2468' or p2c.categories_id = '2469' ) and p.products_status = '1' and p.products_free_gift_status = '0' and p.products_point_redemption_status = '0' and p.products_third_party_status = '0' and p.products_id = pd.products_id and pd.language_id = '1' order by p.products_out_of_stock_status asc, p.products_new desc, (p.products_ordered + p.products_ordered_extra) desc, pd.products_name limit 60, 20

[TEP STOP]