Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我决定试一试 Akeneo,因为它正是我需要的产品。不过,我无法运行它的生产版本。什么都没有出现的白屏,带有status code of 500。我已经根据 Akeneo 网站上的安装教程安装了它,但我所能做的就是访问app_dev.php(Akeneo 的开发版)。为什么?
status code of 500
app_dev.php
我设置了正确的权限。app/logs不显示任何与生产版本相关的内容。
app/logs
我使用 PHP 7、MySQL 5.7 运行 Ubuntu 16.04。
感谢您的任何建议!
如果您没有看到任何登录app/logs,您可能遇到了致命错误。您应该检查/var/log/apache2/akeneo-pim_error.log任何系统或 PHP 错误。
/var/log/apache2/akeneo-pim_error.log
问候,JM
一个简单的建议开始。您是否尝试清除 symfony 缓存?
app/console cache:clear --env=prod
甚至:
rm -rf app/cache/*