23 - Out of resources when opening file './puppendiscount/products_to_categories.MYD' (Errcode: 24 - Too many open files)
select distinct
p.products_id,
p.products_image,
p.products_tax_class_id,
p.products_vpe,
p.products_vpe_status,
p.products_vpe_value,
p.products_price
from products p, products_to_categories p2c, categories c
where p.products_status=1
and p.products_id = p2c.products_id
and p.products_id !='0'
and c.categories_id = p2c.categories_id
and c.categories_status=1 order by
p.products_date_added desc limit 50
[XT SQL Error]
23 - Out of resources when opening file './puppendiscount/sessions.MYD' (Errcode: 24 - Too many open files)
select count(*) as total from sessions where sesskey = 'rdh157hu9in9l6lrud2rcmqoo4'
[XT SQL Error]