Skip to content

magento man

SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘e.qty’ in ‘where clause’

When I try generate products feed then I get error: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘e.qty’ in ‘where clause’, query was: SELECT COUNT(DISTINCT e.entity_id) FROM `catalog_product_entity` AS `e` INNER JOIN `catalog_product_website` AS `product_website` ON product_website.product_id = e.entity_id AND… Read More »SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘e.qty’ in ‘where clause’