Missing Route Cake\Routing\Exception\MissingRouteException

Documentation API

Error: A route matching "conteudo=contatos" 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' => 'paginas', 'action' => 'home', 'plugin' => null ][ '_name' => 'home', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/empresa[ 'controller' => 'Paginas', 'action' => 'empresa', 'plugin' => null ][ '_name' => 'empresa', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/contato[ 'controller' => 'Paginas', 'action' => 'contato', 'plugin' => null ][ '_name' => 'contato', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/blog[ 'controller' => 'Paginas', 'action' => 'blog', 'plugin' => null ][ '_name' => 'blog', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/blog/*[ 'controller' => 'Paginas', 'action' => 'blog', 'plugin' => null ][ '_name' => 'blog_categoria', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/post/*[ 'controller' => 'Paginas', 'action' => 'blog_detalhes', 'plugin' => null ][ '_name' => 'post', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/servicos/*[ 'controller' => 'Paginas', 'action' => 'servicos', 'plugin' => null ][ '_name' => 'servicos', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/newsletter/:action/*[ 'controller' => 'Newsletter', 'plugin' => null, 'action' => 'index' ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/enviar/:action/*[ 'controller' => 'EnvioEmail', 'plugin' => null, 'action' => 'index' ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/img_m/:action/*[ 'controller' => 'Imagens', 'plugin' => null, 'action' => 'index' ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_name' => 'img', '_ext' => [] ]
/restrita[ 'controller' => 'Restrita', 'action' => 'login', 'prefix' => 'restrita', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/restrita/home[ 'controller' => 'Restrita', 'action' => 'home', 'prefix' => 'restrita', 'plugin' => null ][ '_name' => 'restrita', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/restrita/login[ 'controller' => 'Restrita', 'action' => 'login', 'prefix' => 'restrita', 'plugin' => null ][ '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/restrita/logout[ 'controller' => 'Restrita', 'action' => 'logout', 'prefix' => 'restrita', 'plugin' => null ][ '_name' => 'logout', '_ext' => [], 'routeClass' => 'Cake\Routing\Route\DashedRoute' ]
/restrita/:controller[ 'action' => 'index', 'prefix' => 'restrita', 'plugin' => null ][ 'routeClass' => 'Cake\Routing\Route\DashedRoute', '_ext' => [] ]
/restrita/:controller/:action/*[ 'prefix' => 'restrita', 'plugin' => null, 'action' => 'index' ][ '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