Front.php wygląda następująco
$_filename = 'Controller.php'; { throw new Exception('Nie znaleziono strony (404)'); } require_once ''.$this->_controller.'.php'; $_objectController = new $this->_controller($this->_action, $this->_key, $this->_value); } catch(Exception $exception) { }
chociarz plik "Controller.php napewno istnieje i funkcja require_once wczytuje go, to file_exists zwraca NULL. Jakieś pomysły?