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 am getting error while syncing the Products. I noticed that if I have prefix in Magento tables then the sync does not consider the Prefix and throws the below error.
Base table or view not found: 1146 Table '<db_name>.eav_attribute_label' doesn't exist, query was: SELECT eav_attribute_label.value, eav_attribute_label.store_idFROMeav_attribute_label WHERE (attribute_id = 285)
I noticed that the extension does not support the Magento Prefix table.
The text was updated successfully, but these errors were encountered:
I am getting error while syncing the Products. I noticed that if I have prefix in Magento tables then the sync does not consider the Prefix and throws the below error.
Base table or view not found: 1146 Table '<db_name>.eav_attribute_label' doesn't exist, query was: SELECT eav_attribute_label.value, eav_attribute_label.store_idFROMeav_attribute_label WHERE (attribute_id = 285)
I noticed that the extension does not support the Magento Prefix table.
The text was updated successfully, but these errors were encountered: