php 如何修复在Magento 2上安装模块后的错误

uubf1zoe  于 2023-01-12  发布在  PHP
关注(0)|答案(1)|浏览(103)

安装模块"M2E Pro Amazon & eBay Integration"后出现以下问题

composer require m2epro/magento2-extension:dev-master
php bin/magento setup:upgrade

例外情况:

[zzbusyco@nwpro5 public_html]S php bin/magento setup:upgrade Cache cleared successfully File system cleanup: /home/zzbusyco/public_html/generated/code/Amazon /home/zzbusyco/public_html/generated/code/Composer /home/zzbusyco/public_html/generated/code/Dotdigitalgroup /home/zzbusyco/public_html/generated/code/MSP /home/zzbusyco/public_html/generated/code/Magento /home/zzbusyco/public_html/generated/code/Symfony /home/zzbusyco/public_html/generated/code/Temando /home/zzbusyco/public_html/generated/code/Yotpo The directory '/home/zzbusyco/public_html/generated/metadata/' doesn't exist - skipping cleanup /home/zzbusyco/public_html/pub/static/adminhtml /home/zzbusyco/public_html/pub/static/deployed_version.txt /home/zzbusyco/public_html/pub/static/frontend Updating modules: Schema creation/updates: SQLSTATE[42502]: Base table or view not found: 1146 Table 'zzbusyco magen17.mgjj_catalog_category_flat_store_1' doesn't exist, query was: SHOW CREATE TABLE mgjj_catalog_category_flat_store_l

Magento 2.3.3加载主页时显示的错误页面:

There has been an error processing your request 
Please upgrade your database: Run "bin/magento setup:upgrade" from the Magento root directory. The following modules are outdated: Ess_M2ePro schema: current version - none, required version - 1.4.3 Ess_M2ePro data: current version - none, required version - 1.4.3 
Error log record number: 841519020354
46scxncf

46scxncf1#

“M2E Pro Amazon & eBay Integration”是一个Magento 2扩展,允许您将Magento 2商店与Amazon和eBay集成,以便您可以直接从Magento商店在这些平台上列出和销售您的产品。
要在Magento 2商店安装“M2E Pro Amazon & eBay集成”模块,您需要按照以下步骤操作:
从官方网站或Magento Marketplace购买扩展。
以管理员用户身份登录到Magento 2商店的后端。
转到“系统”菜单,然后选择“Web安装向导”。
单击“组件管理器”链接以启动组件管理器。
在组件管理器中,选择“M2E Pro Amazon & eBay集成”组件,然后单击“安装”按钮。
扩展将被安装,您应该看到一条成功消息。
清除该高速缓存并从后端注销,然后重新登录。
进入商店〉配置〉M2E Pro〉常规,然后输入来自M2E Pro帐户的许可证密钥。
设置完成后,您可以在管理员侧边栏的顶部找到新的M2E Pro菜单,您可以开始配置与Amazon和eBay的集成。
值得注意的是,这是一个粗略的说明,具体的安装过程可能会因您的平台和托管环境而异。同时,建议在进行任何重大更改之前备份您的网站。此外,最好查阅扩展文档或联系开发人员,以获得有关安装和设置模块的进一步帮助。

相关问题