0

为了访问 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 问题。

有人能说明我可以从哪里开始解决这个问题吗?

提前致谢 ....

4

1 回答 1

1

没关系....对于任何经历过这种情况的人,请先检查您的蛋糕版本。我认为我的是 2.2,因为我认为我已经从 2.1 成功升级,但它仍然不是 2.1,所以我必须完成从 2.1 到 2.2 的迁移步骤,然后 2.3 完美运行(关闭浏览器后 -即使缓存关闭,我猜浏览器中也会缓存一些东西)

于 2012-12-20T03:24:58.340 回答