1054 - Unknown column 'm.manufacturers_id' in 'where clause'
select count(distinct p.products_id) as total from products p, products_description pd where p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '2' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '5'
[TEP STOP]
| |