DB Exception: "Can't create/write to file '/tmp/#sql_5fb4_1.MAI' (Errcode: 28 "No space left on device")" in query ( SELECT
news.*,
GROUP_CONCAT(DISTINCT tag.id) as tag_id, GROUP_CONCAT(DISTINCT tag.name) as tag_name
FROM
news
LEFT JOIN news_link_tag news_link_tag ON (news.id = news_link_tag.news_id)
LEFT JOIN tag ON (news_link_tag.tag_id = tag.id)
WHERE news.id IN ('413')
GROUP BY news.id
ORDER BY news.created_on DESC, news.id DESC
) at /home/agsafe5/repositories/snowball/database/connection/DBBase.php (line 39)