Wystąpił błąd!

"Biblioteka: App\Controllers\SolutionController nie istnieje pod lokalizacją: /home/lms/admin-e.megabajtywiedzy.edu.pl/lms2_admin/controllers/solution_controller.php"

W lini: 93, w pliku: /home/lms/elearning.kliknijpowiedze.edu.pl/framework/core/autoload.php

[zwiń wszystko]

[rozwiń wszystko]

#0 Plik: /home/lms/elearning.kliknijpowiedze.edu.pl/framework/core/autoload.php(93) Funkcja: __autoload()
84: break;
85: case 'Models':
86: $message = 'Model: '.$class_name.' nie istnieje pod lokalizacją: '.$load_path;
87: break;
88: default:
89: $message = 'Biblioteka: '.$class_name.' nie istnieje pod lokalizacją: '.$load_path;
90: break;
91: }
92:
93: throw new Exception ($message);
94: }
95: }
96: if(\method_exists($class_name, 'onClassLoad'))
97: $class_name::onClassLoad();
98: }
99:
#1 Plik: /home/lms/elearning.kliknijpowiedze.edu.pl/framework/core/router.php(141) Funkcja: __autoload(App\Controllers\SolutionController)
132: $controller_name = 'App\\Controllers\\'.self::folder_classify($route['folder']).'\\'.self::folder_classify($route['controller'].'_controller');
133: }
134: else
135: {
136: $controller_name = 'App\\Controllers\\'.camelize($route['controller'].'_controller');
137: }
138:
139: $route = self::sortParams($route);
140:
141: $controller = new $controller_name($route);
142: $action = isset($route['action']) ? $route['action'] : 'index';
143: $controller-="color:#04009a"><font style="color:#04009a">>="color:#04009a"></font>__run($action);
144: }
145:
146: /**
147: * Dodaje ścieżkę do zasad routingu
148: *
149: * @param string $route
150: * @param array $mapping
151: */
#2 Plik: /home/lms/elearning.kliknijpowiedze.edu.pl/framework/core/core.php(39) Funkcja: MP\Core\Router::runController(/solution/intellidrug_info_pl.pdf)
30: public static function run ()
31: {
32: define('RUN_MODE', 'http');
33: $render_time_start = microtime();
34:
35: $url = (array_key_exists('url', $_GET)) ? $_GET['url'] : '/';
36:
37: I18n::setTimezone();
38: Helper::load();
39: Router::runController($url);
40:
41: if( ! headers_sent())
42: {
43: \MP\Layout\Base::getInstance()-="color:#04009a"><font style="color:#04009a">>="color:#04009a"></font>render();
44: }
45: else
46: {
47: exit;
48: }
49: }
#3 Plik: /home/lms/elearning.kliknijpowiedze.edu.pl/framework/core/framework.php(58) Funkcja: MP\Core\Core::run()
49: require_once(CORE_PATH.'/autoload.php');
50: require_once(CORE_PATH.'/core.php');
51: require_once(CORE_PATH.'/router.php');
52: require_once(CORE_PATH.'/errors.php');
53: require_once(CORE_PATH.'/base_controller.php');
54: require_once(CORE_PATH.'/i18n.php');
55: require_once(CORE_PATH.'/helper.php');
56: require_once(CORE_PATH.'/logger.php');
57:
58: Core\Core::run();
#4 Plik: /home/lms/admin-e.megabajtywiedzy.edu.pl/lms2_admin/public/index.php(26) Funkcja: require_once(/home/lms/elearning.kliknijpowiedze.edu.pl/framework/core/framework.php)
17: array_push($path_array, 'framework');
18:
19: $framework_path = join('/',$path_array);
20: }
21:
22: define ('APPLICATION_PATH', $application_path);
23: define ('FRAMEWORK_PATH', $framework_path);
24: define ('BASE_HOST', $_SERVER["HTTP_HOST"]);
25:
26: require_once (FRAMEWORK_PATH.'/core/framework.php');
27:
#5 Plik: /home/lms/admin-e.megabajtywiedzy.edu.pl/lms2_admin/public/files.php(110) Funkcja: require_once(/home/lms/admin-e.megabajtywiedzy.edu.pl/lms2_admin/public/index.php)
101:{
102: //Ustaw mime
103: //Wyślij plik
104: header('Content-Type: '.gimme_mime($f_root.$file));
105: echo file_get_contents($f_root.$file);
106:}
107:else
108:{
109: $_GET['url'] = $uri;
110: require_once('index.php');
111:}
112: