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

Base table does not exists

Open vinitchopra12 opened this issue 4 years ago • 1 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)

Whereas, my table look like mguu_eav_attribute_label so the prefix mguu_ for every table in Magento DB.

Please assit me how I can fix this issue.

vinitchopra12 avatar Jul 07 '20 17:07 vinitchopra12

Hi @vinitchopra12, as far as I know, connector on the magento side does not support prefixes of the tables. Could you create an issue on Magento part of this connector https://github.com/DivanteLtd/magento2-pimcore-bridge ? The team will take a look on that and add it to the backlog

mbolka avatar Jul 16 '20 12:07 mbolka