You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed, uninstalled & reinstalled the extension.
Now when enabling the extension & trying to reindex the Groupscatalog Categories index, I see the following SQL error in the exception log:
Exception message: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'a.value' in 'field list', query was: SELECT `e`.`entity_id`, `a`.`value` AS `group_ids`, `a`.`store_id` FROM `catalog_category_entity` AS `e`
LEFT JOIN `catalog_category_entity` AS `a` ON e.entity_id=a.entity_id AND a.attribute_id = '' ORDER BY `e`.`entity_id` ASC, `a`.`store_id` ASC
Because of this issue, all categories are hidden in the frontend.
Turns out, the catalog_category_entity table is searched, but that indeed doesn't have a 'value' column. I believe it should look in catalog_category_entity_int , but I'm not sure how to resolve this.
Any thoughts?
The text was updated successfully, but these errors were encountered:
I've installed, uninstalled & reinstalled the extension.
Now when enabling the extension & trying to reindex the Groupscatalog Categories index, I see the following SQL error in the exception log:
Because of this issue, all categories are hidden in the frontend.
Turns out, the catalog_category_entity table is searched, but that indeed doesn't have a 'value' column. I believe it should look in catalog_category_entity_int , but I'm not sure how to resolve this.
Any thoughts?
The text was updated successfully, but these errors were encountered: