Not Found
Error:
The requested address '/products/search/lawn%20tractors' was not found on this server.
Stack Trace
- [internal function] → ProductsController->search(string)
- CORE/Cake/Controller/Controller.php line 485 → ReflectionMethod->invokeArgs(ProductsController, array)
'action' => $request->params['action']
));
}
return $method->invokeArgs($this, $request->params['pass']);
object(ProductsController) {
admin => array(
)
contain => array()
helpers => array(
)
components => array(
)
name => 'Products'
uses => array(
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Products'
layoutPath => null
viewVars => array(
)
view => 'search'
layout => 'blank'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
)
scaffold => false
methods => array(
)
modelClass => 'Product'
modelKey => 'product'
validationErrors => null
Acl => object(AclComponent) {}
Auth => object(AuthComponent) {}
Session => object(SessionComponent) {}
Cookie => object(CookieComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
}
array(
(int) 0 => 'lawn tractors'
)
- CORE/Cake/Routing/Dispatcher.php line 186 → Controller->invokeAction(CakeRequest)
$controller->startupProcess();
$render = true;
$result = $controller->invokeAction($request);
if ($result instanceof CakeResponse) {
object(CakeRequest) {
params => array(
)
data => array()
query => array()
url => 'products/search/lawn%20tractors'
base => ''
webroot => '/'
here => '/products/search/lawn%20tractors'
}
- CORE/Cake/Routing/Dispatcher.php line 161 → Dispatcher->_invoke(ProductsController, CakeRequest, CakeResponse)
));
}
$response = $this->_invoke($controller, $request, $response);
if (isset($request->params['return'])) {
object(ProductsController) {
admin => array(
)
contain => array()
helpers => array(
)
components => array(
)
name => 'Products'
uses => array(
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Products'
layoutPath => null
viewVars => array(
)
view => 'search'
layout => 'blank'
autoRender => true
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => null
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array(
)
scaffold => false
methods => array(
)
modelClass => 'Product'
modelKey => 'product'
validationErrors => null
Acl => object(AclComponent) {}
Auth => object(AuthComponent) {}
Session => object(SessionComponent) {}
Cookie => object(CookieComponent) {}
RequestHandler => object(RequestHandlerComponent) {}
}
object(CakeRequest) {
params => array(
)
data => array()
query => array()
url => 'products/search/lawn%20tractors'
base => ''
webroot => '/'
here => '/products/search/lawn%20tractors'
}
object(CakeResponse) {
}
- APP/webroot/index.php line 98 → 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(
)
data => array()
query => array()
url => 'products/search/lawn%20tractors'
base => ''
webroot => '/'
here => '/products/search/lawn%20tractors'
}
object(CakeResponse) {
}