Błąd Krytyczny encountered an internal error and can not continue.
Type Error:
Error message:
In File:
In Line:
Code:
038
039 public function run() {
040 $router = Router::runController();
041 if ($router == false) {
042 trigger_error("404 - file not found", E_USER_ERROR);
043 }
044
045 if (!file_exists(APPPATH . 'mvc/controllers/' . $router['action']['controller'] . 'Controller.php')) {
046 trigger_error("Controller File not found", E_CORE_ERROR);
Track:
| file | line | function |
|---|---|---|
| /var/www/data/lib/Risor/Error/Error.php | 49 | Risor\Error\Error |
| [PHP Kernel] | Risor\Error\Error | |
| /var/www/data/lib/Risor/Core/Risor.php | 42 | trigger_error |
| /var/www/data/lib/Risor/Core/Risor.php | 36 | Risor\Core\Risor |
| /var/www/data/lib/Risor/Bootstrap/Bootstrap.php | 29 | Risor\Core\Risor |
| /var/www/data/public_html/index.php | 29 | Bootstrap |