Out of resources when opening file './www_rellas_gr/products.MYD' (Errcode: 24)
query=select products.*, min(products_atts.price) as pricefrom, min(products_atts.pricex) as pricefromx, count(products_atts.product_id) as attcount, products_images.filename as thefile from top_ten_2 inner join products on products.id=top_ten_2.product_table_id left join products_atts on products.id=products_atts.product_id left join products_images on products.prod_id=products_images.prod_id and products_images.firstimg=1 where top_ten_2.lang='Greek' and products.hidden='0' group by products.id order by top_ten_2.weight asc