Stq\Store\Controllers\IndexController handler class cannot be loaded
Arquivo: /var/www/html/public/index.php:100
┌──────────────────────────────────────────────────────────────────────────────┐
│ $e │
└──────────────────────────────────────────────────────────────────────────────┘
Phalcon\Mvc\Dispatcher\Exception#101 (7) (
protected message -> string (68) "Stq\Store\Controllers\IndexController handler class cannot be loaded"
private string -> string (0) ""
protected code -> integer 2
protected file -> string (30) "/var/www/html/public/index.php"
protected line -> integer 100
private trace -> Debug Backtrace (3):
1: PHP internal call
Phalcon\Mvc\Dispatcher->throwDispatchException(string $message, int $exceptionCode)
2: PHP internal call
Phalcon\Dispatcher\AbstractDispatcher->dispatch()
3: <ROOT>/index.php:100
Phalcon\Mvc\Application->handle(string $uri)
define('TEMP_WORK_DIR',
($config->env->development)
? TEMP_PATH.'stq-temp'
: '/stq-temp'
);
$request = new Phalcon\Http\Request();
$response = $application->handle($request->getURI());
$response->send();
#TODO: Implementar Anti Fload Control (AFC)
} catch (Exception $e) {
echo "<pre>\r\n";
global $config;
private previous -> null
)
════════════════════════════════════════════════════════════════════════════════
Called from <ROOT>/index.php:111 [sd()]