1 - Can't create/write to file '/tmp/#sql_19b3_0.MYI' (Errcode: 28)
select p.sold_in_bundle_only, p.products_ordered, p.products_image, pd.products_name, m.manufacturers_name, p.products_id, p.products_model, pd.products_description, p.products_weight, p.manufacturers_id, p.products_price, 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.tukkuhinta 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_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '3' and p2c.categories_id IN ('48','195','1818','1819','1820','1821','1822','1823','2123','2124','394','1804','1805','1806','1807','2116','2312','2313','2539','728','1808','1809','2118','4261','1438','1811','1813','1814','1815','1816','1817','2119','4344','1597','1802','1803','2107','2109','2110','2318','2460','2538','3820','3821','3893','3894','3895','3896','3897') order by products_ordered DESC, products_viewed DESC, pd.products_name ASC limit 108, 36