1021 - Disk full (/tmp/#sql-temptable-408-1a23058-14c7d2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
select p.products_id, pd.products_name, pd.products_description, p.products_image, p.products_price, p.products_price_usd, p.products_price_euro, p.products_price_gbp, p.products_tax_class_id, p.products_date_added, m.manufacturers_name, s.specials_new_products_price from products p left join manufacturers m on (p.manufacturers_id = m.manufacturers_id) left join specials s ON (s.products_id = p.products_id), products_description pd where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '3' order by p.products_date_added DESC, pd.products_name limit 126, 21
[TEP STOP]