我为我的 vbulletin 套件安装了修改并收到此错误
Fatal error: Using $this when not in object context in /var/www/forum/includes/class_hook.php on line 57
显然,有些用户在使用带有 vbadvanced 的 mod 时会出现此错误,但没有提供支持。
也许有人可以弄清楚。我没有任何php知识,所以我提前道歉
这是第 53 - 58 行
53 * Sets the plugin list array
54 */
55 function set_pluginlist(&$pluginlist)
56 {
57 $this->pluginlist =& $pluginlist;
58 }
我希望有人可以帮助我,也不是很多信息:/