Disk got full writing '.(temporary)' (Errcode: 28 "No space left on device") SQL=SELECT m.*, sum(case when p.published=1 then 1 else 0 end) as cnt
FROM hqyt_menu AS m
LEFT JOIN hqyt_menu AS p ON p.parent = m.id
WHERE m.menutype='mainmenu' AND m.published='1' AND m.access <= 0
GROUP BY m.id ORDER BY m.parent, m.ordering