【发布时间】:2016-12-10 18:39:01
【问题描述】:
我尝试在我的 Mac 上安装 Magento2。安装在 49% 处停止,现在我无法在本地主机上打开 Magento 页面 - 我收到此错误“应用程序运行期间发生错误。有关详细信息,请参阅异常日志。
我完全不知道该怎么做,我一直在寻找可能的解决方案......
var/log/exception.log中错误日志的最后三行是:
20 /Library/WebServer/Documents/magento/vendor/magento/framework/App/Http.php(157): Magento\Framework\App\Http->handleBootstrapErrors(Object(Magento\Framework\App\Bootstrap), Object(Exception))
21 /Library/WebServer/Documents/magento/vendor/magento/framework/App/Bootstrap.php(263): Magento\Framework\App\Http->catchException(Object(Magento\Framework\App\Bootstrap), Object(Exception))
22 /Library/WebServer/Documents/magento/index.php(39): Magento\Framework\App\Bootstrap->run(Object(Magento\Framework\App\Http))
23 {main} [] []
有人知道我能做什么吗?
我尝试清除缓存,但这似乎没有任何影响。 最好尝试重新安装 Magento 吗?
【问题讨论】:
-
尝试使用您的 mac ip 地址 ex。使用192.168.69.110/magento 而不是localhost/magento
标签: php installation magento2