Out of resources when opening file './www_eurosofa_test/categories.MYD' (Errcode: 24)
query= SELECT c1.category as c1_category, c1.cat_url as c1_cat_url, c1.cat_id as c1_cat_id, c2.category as c2_category, c2.cat_url as c2_cat_url, c2.cat_id as c2_cat_id, c3.category as c3_category, c3.cat_url as c3_cat_url, c3.cat_id as c3_cat_id, c4.category as c4_category, c4.cat_url as c4_cat_url, c4.cat_id as c4_cat_id, c5.category as c5_category, c5.cat_url as c5_cat_url, c5.cat_id as c5_cat_id, c6.category as c6_category, c6.cat_url as c6_cat_url, c6.cat_id as c6_cat_id from categories as c1 LEFT JOIN categories AS c2 ON c2.cat_id = c1.cat_father_id and c2.lang='Greek' LEFT JOIN categories AS c3 ON c3.cat_id = c2.cat_father_id and c3.lang='Greek' LEFT JOIN categories AS c4 ON c4.cat_id = c3.cat_father_id and c4.lang='Greek' LEFT JOIN categories AS c5 ON c5.cat_id = c4.cat_father_id and c5.lang='Greek' LEFT JOIN categories AS c6 ON c6.cat_id = c5.cat_father_id and c6.lang='Greek' where c1.cat_id='297' and c1.lang='Greek'