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 ('3726','120','3731','3732','3733','3734','2746','3089','3090','3835','2750','2751','3834','3087','1311','3062','3063','3064','3065','3066','1312','3055','3056','3057','3058','3059','3060','3120','3735','3736','1313','3043','3044','3045','3046','3047','3048','3061','1314','3059','3049','3050','3051','3052','3053') order by products_ordered desc, products_viewed DESC, pd.products_name limit 0, 36