Got mysql Error: Disk full (/var/tmp/#sql_461a_0); waiting for someone to free some space...
in querySELECT
a.id, a.id_category, a.id_tag, a.template, a.url, a.h1, a.h2, a.h3, a.stext, a.text, a.img , img_bing
FROM no_content a
left join no_cat_content tc on (a.id = tc.article_id)
where
tc.cat_id in ( 13 )
group by
a.id
LIMIT 10, 10