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