Error in query - 23 - Out of resources when opening file './tksosa/textvalues.MYD' (Errcode: 24)
SQL:
select
t.define_string, tv.value, t.type_id, p.accesslevel
from
texts t, textvalues tv, pages p
where
tv.text_id = t.id
and t.page_id = p.id
and tv.lang_code = 'LANG_CODE'
and p.filename = 'User.php'