1021 - Disk full (/tmp/#sql-temptable-46e4-1f9fc63-2e0148.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")

select p.products_fsk18, p.products_id, p.products_price, p.products_tax_class_id, p.products_image, pd.products_name, p.products_vpe, p.products_vpe_status, p.products_vpe_value, pd.products_short_description FROM orders_products opa, orders_products opb, orders o, products p, products_description pd where opa.products_id = '25' and opa.orders_id = opb.orders_id and opb.products_id != '25' and opb.products_id = p.products_id and opb.orders_id = o.orders_id and p.products_status = '1' and pd.language_id = '2' and opb.products_id = pd.products_id group by p.products_id order by o.date_purchased desc limit 6

[XT SQL Error]