Missing Controller
Error:
ProductController could not be found.
Error:
Create the class ProductController below in file: app/Controller/ProductController.php
Notice:
If you want to customize this error message, create app/View/Errors/missing_controller.ctp
Stack Trace
- APP/webroot/index.php line 92 → Dispatcher->dispatch(CakeRequest, CakeResponse)
App::uses('Dispatcher', 'Routing');
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));
object(CakeRequest) {
params => array(
[maximum depth reached]
)
data => array([maximum depth reached])
query => array([maximum depth reached])
url => 'product/11/'
base => ''
webroot => '/'
here => '/product/11/'
}
object(CakeResponse) {
}