当我刷新我的网站时,我在 tmp/logs/error.log 中记录了以下错误:
2012-10-30 18:38:50 Error: [MissingControllerException] Controller class JsController could not be found.
#0 /var/www/mysite/app/webroot/index.php(92): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
这很奇怪,因为 web 服务运行良好,一切正常,我在网站上没有收到任何错误。
我的问题是如何跟踪此错误以找到原因?