Missing Route Cake\Routing\Exception\MissingRouteException

Documentation API

Error: A route matching "main_page=create_account" 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
/nos-prestations[ 'controller' => 'Seo', 'prefix' => 'admin', 'action' => 'nosPrestations', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/nos-secteurs[ 'controller' => 'Seo', 'prefix' => 'admin', 'action' => 'nosSecteurs', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/generer-sitemap[ 'controller' => 'Seo', 'prefix' => 'admin', 'action' => 'sitemap', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:id[ 'controller' => 'Seo', 'action' => 'view-secteur', 'prefix' => 'admin', 'plugin' => null ][ 'id' => '[a-z-0-9]*-s[0-9]+', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:id[ 'controller' => 'Seo', 'action' => 'view-keyword', 'prefix' => 'admin', 'plugin' => null ][ 'id' => '[a-z-0-9]*-k[0-9]+', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:id[ 'controller' => 'Seo', 'action' => 'view-article', 'prefix' => 'admin', 'plugin' => null ][ 'id' => '[a-z-0-9]*-a[0-9]+', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:id[ 'controller' => 'Seo', 'action' => 'view-categorie', 'prefix' => 'admin', 'plugin' => null ][ 'id' => '[a-z-0-9]*-c[0-9]+', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/seo/secteurs/txt_secteur[ 'controller' => 'Seo', 'action' => 'txt_secteur', 'param' => 'value', 'prefix' => 'admin', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/seo/secteurs/add_secteur[ 'controller' => 'Seo', 'action' => 'add_secteur', 'param' => 'value', 'prefix' => 'admin', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/seo/secteurs/edit_secteur/:id[ 'controller' => 'Seo', 'action' => 'edit_secteur', 'param' => 'value', 'prefix' => 'admin', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/seo/keywords/add_keyword[ 'controller' => 'Seo', 'action' => 'add_keyword', 'param' => 'value', 'prefix' => 'admin', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/seo/keywords/edit_keyword/:id[ 'controller' => 'Seo', 'action' => 'edit_keyword', 'param' => 'value', 'prefix' => 'admin', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/seo/articles/add_article[ 'controller' => 'Seo', 'action' => 'add_article', 'param' => 'value', 'prefix' => 'admin', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/seo/articles/edit_article/:id[ 'controller' => 'Seo', 'action' => 'edit_article', 'param' => 'value', 'prefix' => 'admin', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/[ 'controller' => 'Pages', 'action' => 'accueil', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:action[ 'controller' => 'Pages', 'plugin' => null, 'action' => 'index' ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin[ 'controller' => 'Users', 'action' => 'login', 'prefix' => 'admin', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/:controller[ 'param' => 'value', 'prefix' => 'admin', 'plugin' => null, 'action' => 'index' ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/:controller/:action[ 'param' => 'value', 'prefix' => 'admin', 'plugin' => null, 'action' => 'index' ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/:controller/:action/**[ 'param' => 'value', 'prefix' => 'admin', 'plugin' => null, 'action' => 'index' ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/{controller}[ 'action' => 'index', 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/{controller}/{action}/*[ 'plugin' => null, 'action' => 'index' ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/cookie-notice/{controller}[ 'action' => 'index', 'plugin' => 'CookieNotice' ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/cookie-notice/{controller}/{action}/*[ 'plugin' => 'CookieNotice', 'action' => 'index' ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/debug-kit/toolbar/clear-cache[ 'controller' => 'Toolbar', 'action' => 'clearCache', 'plugin' => 'DebugKit' ][ '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit/toolbar/*[ 'controller' => 'Requests', 'action' => 'view', 'plugin' => 'DebugKit' ][ '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit/panels/view/*[ 'controller' => 'Panels', 'action' => 'view', 'plugin' => 'DebugKit' ][ '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit/panels/*[ 'controller' => 'Panels', 'action' => 'index', 'plugin' => 'DebugKit' ][ '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit/composer/check-dependencies[ 'controller' => 'Composer', 'action' => 'checkDependencies', 'plugin' => 'DebugKit' ][ '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit/mail-preview[ 'action' => 'index', 'controller' => 'MailPreview', 'plugin' => 'DebugKit' ][ '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit/mail-preview/preview[ 'action' => 'email', 'controller' => 'MailPreview', 'plugin' => 'DebugKit' ][ '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit/mail-preview/preview/*[ 'action' => 'email', 'controller' => 'MailPreview', 'plugin' => 'DebugKit' ][ '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit/mail-preview/sent/:panel/:id[ 'action' => 'sent', 'controller' => 'MailPreview', 'plugin' => 'DebugKit' ][ 'pass' => [ (int) 0 => 'panel', (int) 1 => 'id' ], '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit[ 'controller' => 'Dashboard', 'action' => 'index', '_method' => 'GET', 'plugin' => 'DebugKit' ][ '_name' => null, '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit/dashboard[ 'controller' => 'Dashboard', 'action' => 'index', '_method' => 'GET', 'plugin' => 'DebugKit' ][ '_name' => null, '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/debug-kit/dashboard/reset[ 'controller' => 'Dashboard', 'action' => 'reset', '_method' => 'POST', 'plugin' => 'DebugKit' ][ '_name' => null, '_ext' => [ (int) 0 => 'json' ], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]

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

toggle vendor stack frames