ARTE DECORATIVASQL ERROR: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
select count(*) as total from products p, products_to_categories p2c
where p.products_id = p2c.products_id and p.products_status = '1'
and p.products_stock_type in (1,2)
and p2c.categories_id = '712'