1 - Can't create/write to file '/var/tmp/#sql_686_0.MAI' (Errcode: 28)
select
c.categories_id,
c.categories_image,
cd.categories_description,
cd.categories_name
from
categories_description cd
join categories c
on (c.categories_id = cd.categories_id)
where
c.parent_id = '0' and c.categories_visible = '1'
and cd.language_id = '1'
order by
c.sort_order
[TEP STOP]