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}
私はこれを理解することができませんでした。エラーログにあるのはそれだけです。Google および/またはスタック検索では、この問題を抱えている人は他にいません。私はそれが簡単で、API の問題がないことを認識しています。
私がこれを解決し始めることができる場所に誰かが光を当てますか?
前もって感謝します ....