Exception Error
Oh no! There was a problem that could not be handled.
Message: Default controller shoe-brands.htmController does not exist. Check your configuration
URL: index.php?shoe-brands.htm/index
Location: /nfs/c01/h08/mnt/14148/domains/borrs.com/html/public/index.php 87 [↓]
82
83
84
85 if (!class_exists($router->controller)) {
86 throw new Exception("Default controller {$router->controller} does not exist. Check your configuration");
87 }
88
89 $controller = new $router->controller;
90 $controller->args = $router->args;
91 $controller->action($router->action, $router->args);
92
POST Data [↓]
Application Backtrace [↓]
Full Exception Dump [↓]
Exception Object
(
[message:protected] => Default controller shoe-brands.htmController does not exist. Check your configuration
[string:private] =>
[code:protected] => 0
[file:protected] => /nfs/c01/h08/mnt/14148/domains/borrs.com/html/public/index.php
[line:protected] => 87
[trace:private] => Array
(
)
)