I am using CakePHP with Ubuntu, I tried to config cakephp with ubuntu, but I found this error:
Error: [MissingControllerException] Controller class ImgController
could not be found.#0 /var/www/app/webroot/index.php(96): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
Has anyone who found a solution for this error?
Thank you
I think you try to access to a file in img folder who doesn’t exist. If you have an image path like
ant the file dosen’t exist, CakePHP mapped it to the controller img, who doesn’t exist, so the error [MissingControllerException]
To help you to understand, here what the htaccess does:
And here some doc about the routing http://book.cakephp.org/2.0/en/development/routing.html