Missing Route Cake\Routing\Exception\MissingRouteException

Documentation API

Error: A route matching "action=showstaticke&parentid=16&toolid=28&artid=&lang=Hrvatski" 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
/[ 'controller' => 'Posts', 'action' => 'home', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:lang[ 'controller' => 'Posts', 'action' => 'home', 'plugin' => null ][ 'lang' => '[a-z]{2,3}', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:lang/contact[ 'controller' => 'Posts', 'action' => 'contact', 'plugin' => null ][ 'lang' => '[a-z]{2,3}', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:lang/pages/*[ 'controller' => 'Posts', 'action' => 'post', 'plugin' => null ][ 'lang' => '[a-z]{2,3}', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:lang/contact[ 'controller' => 'Posts', 'action' => 'contact', 'plugin' => null ][ 'lang' => '[a-z]{2,3}', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:lang/products[ 'controller' => 'Posts', 'action' => 'products', 'plugin' => null ][ 'lang' => '[a-z]{2,3}', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/:lang/references[ 'controller' => 'Posts', 'action' => 'references', 'plugin' => null ][ 'lang' => '[a-z]{2,3}', '_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' => [] ]
/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' ]

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

toggle vendor stack frames