Missing Route Cake\Routing\Exception\MissingRouteException

Documentation API

Error: A route matching "/account/registration" 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
/install/:action[ 'controller' => 'Install', 'plugin' => null, 'action' => 'index' ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/install[ 'controller' => 'Install', 'action' => 'index', 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\RedirectRoute', '_ext' => [] ]
/[ 'controller' => 'Pages', 'action' => 'home', 'plugin' => null ][ '_name' => 'home', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/st[ 'controller' => 'Tools', 'action' => 'st', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/api[ 'controller' => 'Tools', 'action' => 'api', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/full[ 'controller' => 'Tools', 'action' => 'full', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/bookmarklet[ 'controller' => 'Tools', 'action' => 'bookmarklet', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/payment/ipn[ 'controller' => 'Invoices', 'action' => 'ipn', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/advertising-rates[ 'controller' => 'Pages', 'action' => 'view', (int) 0 => 'advertising-rates', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/payout-rates[ 'controller' => 'Pages', 'action' => 'view', (int) 0 => 'payout-rates', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/contact[ 'controller' => 'Pages', 'action' => 'contact', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/pages/*[ 'controller' => 'Pages', 'action' => 'view', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/blog[ 'controller' => 'Posts', 'action' => 'index', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/blog/:id-:slug[ 'controller' => 'Posts', 'action' => 'view', 'plugin' => null ][ 'pass' => [ (int) 0 => 'id', (int) 1 => 'slug' ], 'id' => '[0-9]+', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/ref/*[ 'controller' => 'Users', 'action' => 'ref', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/forms/contact[ 'controller' => 'Forms', 'action' => 'contact', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/links/shorten[ 'controller' => 'Links', 'action' => 'shorten', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/links/go[ 'controller' => 'Links', 'action' => 'go', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/links/goembed[ 'controller' => 'Links', 'action' => 'goembed', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/links/popad[ 'controller' => 'Links', 'action' => 'popad', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/sitemap[ 'controller' => 'Sitemap', 'action' => 'index', 'plugin' => null ][ '_name' => 'sitemap', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/sitemap/general[ 'controller' => 'Sitemap', 'action' => 'general', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/sitemap/pages[ 'controller' => 'Sitemap', 'action' => 'pages', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/sitemap/posts[ 'controller' => 'Sitemap', 'action' => 'posts', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/sitemap/links[ 'controller' => 'Sitemap', 'action' => 'links', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/securimage/show[ 'controller' => 'Securimage', 'action' => 'show', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/securimage/play[ 'controller' => 'Securimage', 'action' => 'play', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/securimage/render/*[ 'controller' => 'Securimage', 'action' => 'renderCaptcha', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:alias/info[ 'controller' => 'Statistics', 'action' => 'viewInfo', 'plugin' => null ][ 'pass' => [ (int) 0 => 'alias' ], '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:alias[ 'controller' => 'Links', 'action' => 'view', 'plugin' => null ][ 'pass' => [ (int) 0 => 'alias' ], '_name' => 'short', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:alias/embed[ 'controller' => 'Links', 'action' => 'viewEmbed', 'plugin' => null ][ 'pass' => [ (int) 0 => 'alias' ], '_name' => 'shortEmbed', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/auth/signin[ 'controller' => 'Users', 'action' => 'signin', 'prefix' => 'auth', 'plugin' => null ][ '_name' => 'signin', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/auth/signup[ 'controller' => 'Users', 'action' => 'signup', 'prefix' => 'auth', 'plugin' => null ][ '_name' => 'signup', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/auth/logout[ 'controller' => 'Users', 'action' => 'logout', 'prefix' => 'auth', 'plugin' => null ][ '_name' => 'logout', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/auth/forgot-password[ 'controller' => 'Users', 'action' => 'forgotPassword', 'prefix' => 'auth', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/auth/:controller[ 'action' => 'index', 'prefix' => 'auth', 'plugin' => null ][ 'routeClass' => 'DashedRoute', '_ext' => [] ]
/auth/:controller/:action/*[ 'prefix' => 'auth', 'plugin' => null, 'action' => 'index' ][ 'routeClass' => 'DashedRoute', '_ext' => [] ]
/member/dashboard[ 'controller' => 'Users', 'action' => 'dashboard', 'prefix' => 'member', 'plugin' => null ][ '_name' => 'member_dashboard', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/member/:controller[ 'action' => 'index', 'prefix' => 'member', 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/member/:controller/:action/*[ 'prefix' => 'member', 'plugin' => null, 'action' => 'index' ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/admin/dashboard[ 'controller' => 'Users', 'action' => 'dashboard', 'prefix' => 'admin', 'plugin' => null ][ '_name' => 'admin_dashboard', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/admin/:controller[ 'action' => 'index', 'prefix' => 'admin', 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/admin/:controller/:action/*[ 'prefix' => 'admin', 'plugin' => null, 'action' => 'index' ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/social-auth/login/:provider[ 'controller' => 'Auth', 'action' => 'login', 'plugin' => 'ADmad/SocialAuth' ][ 'pass' => [ (int) 0 => 'provider' ], '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/social-auth/callback/:provider[ 'controller' => 'Auth', 'action' => 'callback', 'plugin' => 'ADmad/SocialAuth' ][ 'pass' => [ (int) 0 => 'provider' ], '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/social-auth/callback[ 'controller' => 'Auth', 'action' => 'callback', 'plugin' => 'ADmad/SocialAuth' ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/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