126 Incorrect key file for table '/tmp/#sql_78c_0.MYI'; try to repair it
in:
[select distinct p.products_id, p.products_type, p.master_categories_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description, IF(s.status = 1, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status =1, s.specials_new_products_price, p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status from zen_products_description pd, zen_products p left join zen_manufacturers m on p.manufacturers_id = m.manufacturers_id, zen_products_to_categories p2c left join zen_specials s on p2c.products_id = s.products_id where p.products_status = 1 and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '9' and p2c.categories_id IN(6061,6052,6060,6063,6044,6028,6025,6057,6031,6034,6038,6033,6059,6054,6036,6041,6035,6029,6045,6065,6037,6040,6064,6026,6032,6050,6066,6039,6048,6049,6062,6042,6055,6053,6030,6046,6056,6047,6027,6051,6067,6068,6043,6058)]