Out of resources when opening file './www_notosplusbooks_2023/categories.MYD' (Errcode: 24)
23
query=
SELECT
c1.category_English as c1_category_English, c1.cat_url_English as c1_cat_url_English, c1.cat_id as c1_cat_id, c2.category_English as c2_category_English, c2.cat_url_English as c2_cat_url_English, c2.cat_id as c2_cat_id, c3.category_English as c3_category_English, c3.cat_url_English as c3_cat_url_English, c3.cat_id as c3_cat_id, c4.category_English as c4_category_English, c4.cat_url_English as c4_cat_url_English, c4.cat_id as c4_cat_id, c5.category_English as c5_category_English, c5.cat_url_English as c5_cat_url_English, c5.cat_id as c5_cat_id, c6.category_English as c6_category_English, c6.cat_url_English as c6_cat_url_English, c6.cat_id as c6_cat_id
from categories as c1 LEFT JOIN categories AS c2 ON c2.cat_id = c1.cat_father_id LEFT JOIN categories AS c3 ON c3.cat_id = c2.cat_father_id LEFT JOIN categories AS c4 ON c4.cat_id = c3.cat_father_id LEFT JOIN categories AS c5 ON c5.cat_id = c4.cat_father_id LEFT JOIN categories AS c6 ON c6.cat_id = c5.cat_father_id
where
c1.cat_id='8'