Out of resources when opening file './www_somabed_gr/categories.MYD' (Errcode: 24)
query=SELECT t1.category AS lev1, t1.cat_id AS clev1, t1.cat_url AS curl1, t2.category as lev2, t2.cat_id AS clev2, t2.cat_url AS curl2, t3.category as lev3, t3.cat_id AS clev3, t3.cat_url AS curl3, t4.category as lev4, t4.cat_id AS clev4, t4.cat_url AS curl4, t5.category as lev5, t5.cat_id AS clev5, t5.cat_url AS curl5 FROM categories AS t1 LEFT JOIN categories AS t2 ON t2.cat_father_id = t1.cat_id and t2.hidden=0 LEFT JOIN categories AS t3 ON t3.cat_father_id = t2.cat_id and t3.hidden=0 LEFT JOIN categories AS t4 ON t4.cat_father_id = t3.cat_id and t4.hidden=0 LEFT JOIN categories AS t5 ON t5.cat_father_id = t4.cat_id and t5.hidden=0 where t1.cat_father_id=1079 and t1.hidden=0 order by lev1,lev2,lev3,lev4,lev5 asc