June 26, 2022
Error filtering template: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'main_color' in 'where clause', query was: SELECT DISTINCT `e`.`entity_id` FROM `catalog_product_entity` AS `e`
INNER JOIN `catalog_product_index_price` AS `price_index` ON price_index.entity_id = e.entity_id AND price_index.customer_group_id = 0 AND price_index.website_id = '3'
INNER JOIN `catalog_product_entity_int` AS `at_material` ON (`at_material`.`entity_id` = `e`.`entity_id`) AND (`at_material`.`attribute_id` = '156') AND (`at_material`.`store_id` = 0)
INNER JOIN `catalog_category_product_index_store5` AS `cat_index` ON cat_index.product_id=e.entity_id AND cat_index.store_id=5 AND cat_index.visibility IN(2, 4) AND cat_index.category_id=2 WHERE (((IFNULL(`main_color`, 0) LIKE '%807%') AND(IFNULL(`at_material`.`value`, 0) = '10') ))