Can't open file: './www_ventus_com_gr_2024/prodcat_weight.frm' (errno: 24)
1016
query=SELECT distinct(products.supplier), suppliers.supplier_name, suppliers.supplier_url, count(distinct products.prod_id) as total from prodcat_weight inner join products on products.prod_id = prodcat_weight.prod_id inner join products_filters as fl1 on products.id=fl1.product_id inner join products_filters as fl2 on products.id=fl2.product_id inner join products_filters as fl3 on products.id=fl3.product_id inner join suppliers on suppliers.sid=products.supplier WHERE prodcat_weight.cat_id in (915,923,916,924,982,918,920,921,1040,990,944,917,914) and prodcat_weight.hidden='0' and ((fl1.filter_id='2896') and (fl2.filter_id='2920') and (fl3.filter_id='2921') ) group by products.supplier