magento2-pimcore-bridge icon indicating copy to clipboard operation
magento2-pimcore-bridge copied to clipboard

Magento table prefix is not support

Open vinitchopra12 opened this issue 5 years ago • 0 comments

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.

vinitchopra12 avatar Aug 13 '20 13:08 vinitchopra12