Oxid E-shop 管理面板和商店前端给本地主机 500 错误

Oxid E-shop Admin Panel and Shop Frontend Giving localhost 500 error

我正在尝试从 oxid 版本 4 迁移到 oxid 版本 6

我在这里使用这个指南:

https://docs.oxid-esales.com/developer/en/6.0/update/eshop_from_53_to_6/index.html

问题出在数据库迁移中。我从 composer 安装了 oxide 6.0 版,安装后我完全清空了它的数据库。导入了我的 oxid 4 数据库和 运行 两个脚本:

migrate_pe_5_3_to_6_0.sql

migrate_pe_5_3_to_6_0_cleanup.sql

之后我 运行 给出了命令:

vendor/bin/oe-eshop-db_migrate migrations:migrate

vendor/bin/oe-eshop-db_views_generate

现在,当我转到本地主机并尝试访问我的商店或其管理面板时。我唯一得到的是

localhost is currently unable to handle this request. HTTP ERROR 500

并且 EXCEPTION_LOG.txt

中没有错误日志

我该怎么办?我在这里做错了什么?

好吧,我在 oxid 论坛上发布了相同的查询,我与他们的开发人员进行了讨论并解决了这个问题。我在此处发布该主题的 link,希望它能对以后的人有所帮助。

线程 Link:

https://forum.oxid-esales.com/t/admin-panel-and-shop-frontend-giving-localhost-500-error/95450