Несовместимость с новой версией php 5.4.

Description: Всё что относится к vBulletin
Moderator: Aleksandr

Дим M
Topic author, Администратор
Администратор
Avatar
Дим M
Topic author, Администратор
Администратор
Posts: 1613
Joined: 5 Apr 2013
With us: 11 years 7 months

#1by Дим » 14 Dec 2013, 18:34

Если при установке/обновлении vBulletin выскакивает примерно такая ошибка:
Strict Standards: Non-static method vB_Shutdown::instance() should not be called statically, assuming $this from incompatible context in /var/www/.../class_core.php on line 3314

Это проблема разработчика скрипта. Некая несовместимость с новой версией php 5.4. Нужно выполнить следующие действия:
Открыть ./includes/config.php, добавить следующей строкой после <?php

Code: Select all

// try to force display_errors off
@ini_set('display_errors'false); 


открыть ./includes/class_core.php найти:

Code: Select all

$this->shutdown vB_Shutdown::instance();  


и заменить на:

Code: Select all

$this->shutdown =@ vB_Shutdown::instance(); 
[center]i love you [s]mxIni[/s] Mysql[/center]


  • Similar Topics
    Replies
    Views
    Last post

Return to “vBulletin”

Who is online (over the past 5 minutes)

Users browsing this forum: 1 guest