Jump to content

Ошибка на форуме

Featured Replies

Когда нажимаю на главную, вылазит след ошибка
 

531Безымянный.png

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/
Share on other sites

Ну дак, пройди по тому пути который указан в ошибке, и скинь код сюда

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153575
Share on other sites
Цитата

/system/Dispatcher/Front.php(244): IPS\_Member->canAccessModule(NULL)

/* Permission Check */
		if ( !\IPS\Member::loggedIn()->canAccessModule( $this->module ) )
		{
			if ( !\IPS\Member::loggedIn()->member_id and isset( \IPS\Request::i()->_mfaLogin ) )
			{
				\IPS\Output::i()->redirect( \IPS\Http\Url::internal( "app=core&module=system&controller=login", 'front', 'login' )->setQueryString( '_mfaLogin', 1 ) );
			}
			\IPS\Output::i()->error( ( \IPS\Member::loggedIn()->member_id ? 'no_module_permission' : 'no_module_permission_guest' ), '2S100/2', 403, 'no_module_permission_admin' );
		}
		

Вторая

Цитата

/system/Dispatcher/Dispatcher.php(103): IPS\Dispatcher\_Front->init()

	public static function i()
	{
		if( static::$instance === NULL )
		{
			$class = get_called_class();

			if( $class == 'IPS\\Dispatcher' )
			{
				throw new \RuntimeException( "Only subclasses of Dispatcher can be instantiated" );
			}
			
			static::$instance = new $class;
			
			if( static::$instance->controllerLocation != 'setup' )
			{
				$_redirect	= FALSE;

				if ( !file_exists( \IPS\ROOT_PATH . '/conf_global.php' ) )
				{
					$_redirect	= TRUE;
				}
				else
				{
					require \IPS\ROOT_PATH . '/conf_global.php';

					if( !isset( $INFO['sql_database'] ) )
					{
						$_redirect	= TRUE;
					}
					else if ( !isset( $INFO['installed'] ) OR !$INFO['installed'] )
					{
						/* This looks weird, but there was a period of time where "installed" was misspelled as "instaled" on Community in the Cloud after install finished. So, if that is present, assume we're okay. */
						if ( !isset( $INFO['instaled'] ) )
						{
							if( isset( $_SERVER['SERVER_PROTOCOL'] ) and \strstr( $_SERVER['SERVER_PROTOCOL'], '/1.0' ) !== false )
							{
								header( "HTTP/1.0 503 Service Unavailable" );
							}
							else
							{
								header( "HTTP/1.1 503 Service Unavailable" );
							}
									
							require \IPS\ROOT_PATH . '/' . \IPS\CP_DIRECTORY . '/install/installing.html';
							exit;
						}
					}
				}

				if( $_redirect === TRUE )
				{
					/* conf_global.php does not exist, forward to installer */
					$url	= ( \IPS\Request::i()->isSecure()  ? 'https://' : 'http://' ) . $_SERVER['HTTP_HOST'] . rtrim( dirname( $_SERVER['SCRIPT_NAME'] ), '/' );
					\IPS\Output::i()->redirect( "{$url}/" . \IPS\CP_DIRECTORY . "/install/" );
				}
			}
			
			static::$instance->init();
		}
		
		return static::$instance;
	}



Но ошибку выбает тут:
static::$instance->init();

Третья

Цитата

/index.php(13): IPS\_Dispatcher::i()

\IPS\Dispatcher\Front::i()->run();

 

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153576
Share on other sites

Ты в АС зайти можешь?

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153577
Share on other sites
5 минут назад, eh1 сказал:

Ты в АС зайти можешь?

да

 

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153578
Share on other sites
1 минуту назад, hita сказал:

да

 

Дак права доступа измени в АС , и все

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153579
Share on other sites
1 минуту назад, eh1 сказал:

Дак права доступа измени в АС , и все

Не понял, какие права? Права на что?
У меня при нажатии на главную - выходит ошибка

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153580
Share on other sites
1 минуту назад, hita сказал:

Не понял, какие права? Права на что?
У меня при нажатии на главную - выходит ошибка

У тебя виртуалка что ли?

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153581
Share on other sites
1 минуту назад, eh1 сказал:

У тебя виртуалка что ли?

обычный хостинг

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153582
Share on other sites
Только что, hita сказал:

обычный хостинг

Тогда не знаю в чем проблема.

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153583
Share on other sites

Там проблема такая
Если сайт прописан вот так           www.site.ru - то ошибка

А если сайт прописан вот так        www.site.ru/index.php?/forums/    - то ошибки нет

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153584
Share on other sites

В приложениях на умолчании какое приложение стоит?

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153590
Share on other sites
1 час назад, Nikola_Telegin сказал:

В приложениях на умолчании какое приложение стоит?

система

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153594
Share on other sites

Проблема решена, ошибка была связанна с приложением, удалил приложение - ошибки не стало

Link to comment
https://ipbmafia.ru/topic/20766-oshibka-na-forume/?&do=findComment&comment=153595
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.
Note: Your post will require moderator approval before it will be visible.


Guest
Ответить в этой теме...

Последние посетители 0

  • No registered users viewing this page.