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)
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.
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_idFROM
eav_attribute_labelWHERE (attribute_id = 285)
Whereas, my table look like
mguu_eav_attribute_label
so the prefixmguu_
for every table in Magento DB.Please assit me how I can fix this issue.
The text was updated successfully, but these errors were encountered: