为了访问 Cake 中的一些新缓存功能,我一直在尝试从 2.2 升级到 2.3。按照建议,我将 lib/Cake 文件夹替换为升级后的平台。但是,它抛出了一堆关于无法找到的核心控制器的错误。
2012-12-19 19:55:11 Error: [MissingControllerException] Controller class ThemeController could not be found.
例如:
#0 /Users/work/Dropbox/Websites/cake-cart/app/webroot/index.php(92): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
2012-12-19 19:55:11 Error: [MissingControllerException] Controller class ThemeController could not be found.
#0 /Users/work/Dropbox/Websites/cake-cart/app/webroot/index.php(92): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
2012-12-19 19:55:11 Error: [MissingControllerException] Controller class JsController could not be found.
#0 /Users/work/Dropbox/Websites/cake-cart/app/webroot/index.php(92): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
2012-12-19 19:55:12 Error: [MissingControllerException] Controller class CssController could not be found.
#0 /Users/work/Dropbox/Websites/cake-cart/app/webroot/index.php(92): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
2012-12-19 19:55:12 Error: [MissingControllerException] Controller class ImgController could not be found.
#0 /Users/work/Dropbox/Websites/cake-cart/app/webroot/index.php(92): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#1 {main}
我一直无法弄清楚这一点。这就是错误日志中的全部内容。谷歌和/或堆栈搜索显示没有其他人有这个问题。我知道它应该很简单,没有 API 问题。
有人能说明我可以从哪里开始解决这个问题吗?
提前致谢 ....