Jump to content
  • 0

Eroare tema ips 4.7.11 dupa instalare


Question

Posted

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

<?php
/**
 * @brief		Public bootstrap
 * @author		<a href='https://www.invisioncommunity.com'>Invision Power Services, Inc.</a>
 * @copyright	(c) Invision Power Services, Inc.
 * @license		https://www.invisioncommunity.com/legal/standards/
 * @package		Invision Community
 * @since		18 Feb 2013
 */ 
\define('REPORT_EXCEPTIONS', TRUE);
$_SERVER['SCRIPT_FILENAME']	= __FILE__;
require_once 'init.php';
\IPS\Dispatcher\Front::i()->run();

 

5 answers to this question

Recommended Posts

  • 0
Posted

4.7.11 e ultima,cum sa fie veche?O schimbam demult dar de ce sa nu incerc sa repar?aveam 16 erori.In mare parte le-am rezolvat,dar la astea nu stiu ce nu este in regula.

Chiar par ok,am sters,am editat,am adaugat...mai mult nu stiu.

  • 0
Posted

Ti-ai raspuns singur cand ai scris " dupa instalarea unei teme nulled ips 4.7.11 ".

Temele nulled foarte rar sunt urcate cu pachetul original, adica cumparate, mare parte sunt luate ori cu diferite programe ori sunt copiate de cineva de mana si de n ori te trezesti ca primesti erori din care nu mai poti intra nici pe forum.

 

Sfatul meu prietenesc : Nu ai bani de licenta IPS, mergi pe PHPBB.Stiu ca e foarte fun sa ai o platforma cu toate perk-urile deblocate, dar sa ne aducem aminte ca rusii controleaza 90% din aceste platforme nulled.La fel este si in cazul temelor :drinks:

  • Like 1

WWW.TECTONICPX.COM [ Professional Web Design Services ]

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

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.