Jump to content

Featured Replies

Posted

Hello
I have an installation program that after updating to version 4.6.10 of the site got a white screen, but I noticed that one of the programs was not compatible, which gave the error that the problem is in line 900 of the init.php file.
I compared the init.php file with version 4.6.9
In line 900, this item has been added, which can be removed by deleting the site without any problems

if( static::isThirdParty( $data['file'] ) and \IPS\Dispatcher::hasInstance() )
{
\IPS\Dispatcher::i()->loadedHooks[] = $data['file'];
}

I wanted to know if deleting these items in version 4.6.10 does not cause a problem ???

 

  • Author

да
Я использую easy popup, и он хорошо работает в версии 4.6.9.
В версии 4.6.10 в файл init.php строки 900 добавлен код, который будет хорошо работать, если я уберу код в первом посте из файла init.php.
Я хотел посмотреть, нет ли проблем с удалением почтового кода 1, который связан с файлом init.php???

if( static::isThirdParty( $data['file'] ) and \IPS\Dispatcher::hasInstance() )
{
\IPS\Dispatcher::i()->loadedHooks[] = $data['file'];
}
  • Author

Но когда я удаляю этот код, программа работает без проблем
Но если я его не удалю, то выдаст ошибку в 900 строк

На справочном сайте была эта проблема, которая, по-видимому, была решена патчем версии 4.6.10
У кого-нибудь есть доступ к разделу патчей???

 

https://invisioncommunity.com/forums/topic/465421-your-new-monkeypatch-stuff-in-4610/

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.