Exception Error
Oh no! There was a problem that could not be handled.
Message: The action v1Controller->shoe-brands.htm() does not exist.
URL: index.php?v1/shoe-brands.htm
Location: /nfs/c01/h08/mnt/14148/domains/borrs.com/html/engine/Controller.class.php 114 [↓]
109 $this->handle_before_filter($args);
110
111 if (!method_exists($this, $action_name)) {
112 $class_name = get_class($this);
113 throw new Exception("The action {$class_name}->{$action_name}() does not exist.");
114 }
115
116 $this->$action_name($args);
117 }
118
119 /**
POST Data [↓]
Application Backtrace [↓]
- Controller->action(shoe-brands.htm,Array)
Full Exception Dump [↓]
Exception Object
(
[message:protected] => The action v1Controller->shoe-brands.htm() does not exist.
[string:private] =>
[code:protected] => 0
[file:protected] => /nfs/c01/h08/mnt/14148/domains/borrs.com/html/engine/Controller.class.php
[line:protected] => 114
[trace:private] => Array
(
[0] => Array
(
[file] => /nfs/c01/h08/mnt/14148/domains/borrs.com/html/public/index.php
[line] => 92
[function] => action
[class] => Controller
[type] => ->
[args] => Array
(
[0] => shoe-brands.htm
[1] => Array
(
)
)
)
)
)