Exception Error
Oh no! There was a problem that could not be handled.
Message: The action Controller->index() does not exist.
URL: index.php?
Location: /vservers/manryrawlsco/htdocs/sage/Controller.class.php 103 [↓]
98 }
99
100 if (!method_exists($this, $action_name)) {
101 $class_name = get_class($this);
102 throw new Exception("The action {$class_name}->{$action_name}() does not exist.");
103 }
104
105 $this->$action_name($args);
106 }
107
108 /**
POST Data [↓]
Application Backtrace [↓]
- Controller->action(index,Array)
Full Exception Dump [↓]
Exception Object
(
[message:protected] => The action Controller->index() does not exist.
[string:private] =>
[code:protected] => 0
[file:protected] => /vservers/manryrawlsco/htdocs/sage/Controller.class.php
[line:protected] => 103
[trace:private] => Array
(
[0] => Array
(
[file] => /vservers/manryrawlsco/htdocs/public/index.php
[line] => 77
[function] => action
[class] => Controller
[type] => ->
[args] => Array
(
[0] => index
[1] => Array
(
)
)
)
)
)