Jump to content
  • 0

Eroare tema ips 4.7.11 dupa instalare


mr.franta

Question

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();

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

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 ]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • 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.