首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >magento 1到magento 2问题迁移

magento 1到magento 2问题迁移
EN

Stack Overflow用户
提问于 2021-03-09 11:30:43
回答 2查看 108关注 0票数 0

运行命令bin/magento migrate:data -a app/code/Vendor/Migration/etc/opensource-to-opensource/1.9.4.0/config.xml错误将magento 1.9.4.0迁移到magento2 2.3.5 Base table or view not found: 1146 Table 'magento1.customer_entity_static' doesn't exist

EN

回答 2

Stack Overflow用户

发布于 2021-03-12 12:02:57

找到正在使用customer_entity_static表安装的模块,将其禁用,然后重试。

票数 0
EN

Stack Overflow用户

发布于 2021-03-23 21:02:06

请检查您的eav_attribute表中是否具有backend_type == static的自定义属性。fetchAttributesData方法中的vendor/magento/data-migration-tool/src/Migration/Step/Customer/Model/AttributesDataToCustomerEntityRecords.php文件中存在问题。它获取$attributeIdsByType,并基于type magento引用表格(例如,它引用表格customer_entity_ + backend_type (在我的例子中,你的例子是static类型)。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/66540406

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档