Exception Error
Oh no! There was a problem that could not be handled.
Message: Default controller uploadsController does not exist. Check your configuration
URL: index.php?uploads/1176136185-premium
Location: /vservers/manryrawlsco/htdocs/public/index.php 72 [↓]
67
68
69
70 if (!class_exists($sage->controller)) {
71 throw new Exception("Default controller {$sage->controller} does not exist. Check your configuration");
72 }
73
74 $controller = new $sage->controller;
75 $controller->args = $sage->args;
76 $controller->action($sage->action, $sage->args);
77
POST Data [↓]
Application Backtrace [↓]
Full Exception Dump [↓]
Exception Object
(
[message:protected] => Default controller uploadsController does not exist. Check your configuration
[string:private] =>
[code:protected] => 0
[file:protected] => /vservers/manryrawlsco/htdocs/public/index.php
[line:protected] => 72
[trace:private] => Array
(
)
)