1146 Table 'lingeri_party-shop.TABLE_HIDE_CATEGORIES' doesn't exist in: [select count(*) as total FROM (products p
LEFT JOIN manufacturers m on (p.manufacturers_id = m.manufacturers_id), products_description pd
LEFT JOIN featured f on pd.products_id = f.products_id )
LEFT JOIN TABLE_HIDE_CATEGORIES h ON (p.master_categories_id = h.categories_id) WHERE (h.visibility_status < 2 OR h.visibility_status IS NULL) AND p.products_status = 1 and p.products_id = f.products_id and f.status = 1
AND p.products_id = pd.products_id and pd.language_id = 1 ]