我使用 php 内置网络服务器在本地调试我的网站。
php -S localhost:8080
有时,如果出现问题,我在标准输出中有一个通用的 500 错误,我不明白问题出在哪里。
127.0.0.1:51936 [500]: /dashboard
有没有像error.log这样的更具描述性的错误的方法?
编辑:
我的错误是
$this->userDisplayName()
代替
$this->zfcUserDisplayName()
在我的 Zend Framework 2 应用程序的 PHTML 视图中