Missing Route Cake\Routing\Exception\MissingRouteException

Documentation API

Error: A route matching "/achat//19.htm" could not be found.

None of the currently connected routes match the provided parameters. Add a matching route to config/routes.php

Connected Routes

TemplateDefaultsOptions
/admin[ 'controller' => 'Users', 'action' => 'home', 'prefix' => 'admin', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\Route' ]
/admin/:controller[ 'action' => 'index', 'prefix' => 'admin', 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/admin/:controller/:action/*[ 'action' => 'index', 'prefix' => 'admin', 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/[ 'controller' => 'Websites', 'action' => 'index', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/apropos[ 'controller' => 'Websites', 'action' => 'index', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/services[ 'controller' => 'Websites', 'action' => 'services', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/gamme-prestiges[ 'controller' => 'Websites', 'action' => 'gamme', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/gamme-architecturale[ 'controller' => 'Websites', 'action' => 'gammearchi', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/pages/*[ 'controller' => 'Pages', 'action' => 'display', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/Messages/send[ 'controller' => 'Messages', 'action' => 'post', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:controller[ 'action' => 'index', 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/:controller/:action/*[ 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]

If you want to customize this error message, create src/Template/Error/missing_route.ctp

toggle vendor stack frames