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 ('647','412','1317','3067','3068','3069','3070','3071','3072','3092','2747','3844','3845','2755','3122','645','2741','2744','3091','2753','2748','3839','3840','3838','3121','3123','3126','3841','1315','3040','3041','3042','3054','1318','2742','3842','3843','2200','3125','2752','2745','3088','3729','3730','3727','3728','1307','3024','3025','3026','3027','3037','1308','3019','3020','3021','3022','3036','1309','3032','3033','3034','3035','3039','1310','3028','3029','3030','3031','3038','3127','1643','2749','2754','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','4359') order by products_ordered DESC, products_viewed DESC, pd.products_name ASC limit 0, 36