Server shutdown in progress
query=SELECT 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 products_filters as fl4 on products.id=fl4.product_id WHERE prodcat_weight.cat_id in (814,886,822,891,817,821,816,806,807,808,829,812,809,828,803) and prodcat_weight.hidden='0' and ((fl1.filter_id='31') and (fl2.filter_id='60') and (fl3.filter_id='21') and (fl4.filter_id='64') )