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 ('168','2901','2606','4043','4044','4045','4012','4040','4041','4042','2902','2603','4035','4036','4037','4038','4039','4007','4026','4027','4028','4029','4030','2904','2605','4031','4032','4033','4017','4023','4024','4025','4083','2905','2604','4009','2906','4019','4020','2907','2601','4006','4001','4003','2600','2899','2900','2903','2602','2582','2607','4018','4011','4013','4046','4047','4014','4048','4049','2901','2606','4043','4044','4045','4012','4040','4041','4042','4002','4013','4046','4047','4014','4048','4049','4003','2600','2899','2900','2903','2602','2582','2607','4018','4005','2600','2899','2900','2903','2602','2582','2607','4018','4010','4015','4016','4011','4013','4046','4047','4014','4048','4049') order by products_ordered DESC, products_viewed DESC, pd.products_name ASC limit 108, 36