- 0
Eroare tema ips 4.7.11 dupa instalare
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.
Question
mr.franta
Salutare dupa instalarea unei teme nulled ips 4.7.11 am intampinat mai multe erori,unele dintre ele le-am rezolvat dar acum au ramas cateva care nu stiu cum sa le rezolv.
ParseError: syntax error, unexpected token "}" (0) #0 [internal function]: IPS\IPS::autoloader() #1 /home/tutoria1/public_html/forum/system/Dispatcher/Dispatcher.php(142): class_exists() #2 /home/tutoria1/public_html/forum/index.php(13): IPS\_Dispatcher->run() #3 {main}
La dispacher.php acesta este fragmentul de cod:
public function run() { /* Init class */ if( !class_exists( $this->classname ) ) { \IPS\Output::i()->error( 'page_doesnt_exist', '2S100/1', 404 ); } $this->dispatcherController = new $this->classname; if( !( $this->dispatcherController instanceof \IPS\Dispatcher\Controller ) ) { \IPS\Output::i()->error( 'page_not_found', '5S100/3', 500, '' ); } /* Execute */ $this->dispatcherController->execute(); $this->finish(); }
si la index.php cam asta e tot template-ul
5 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now