DivanteLtd / magento2-pimcore-bridge

Magento 2 module for Pimcore integration.
MIT License
32 stars 31 forks source link

Magento table prefix is not support #40

Open vinitchopra12 opened 4 years ago

vinitchopra12 commented 4 years ago

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.