Vbulletin致命错误/ php

时间:2012-06-08 15:42:44

标签: php vbulletin

我为我的vbulletin套件安装了修改并出现了此错误

Fatal error: Using $this when not in object context in /var/www/forum/includes/class_hook.php on line 57

显然有些用户在使用mod时会出现此错误 与vbadvanced,但没有给予支持。

也许有人可以搞清楚。 我没有任何PHP知识,所以我提前道歉

这是第53-58行

53  * Sets the plugin list array
54  */
55  function set_pluginlist(&$pluginlist)
56  {
57      $this->pluginlist =& $pluginlist;
58  }

我希望有人可以帮助我,也不是很多信息:/

2 个答案:

答案 0 :(得分:1)

似乎也解决了同样的问题。尝试退房:VBulletin Forum

让我引用那里:

  

我上传了针对vBAdvanced问题的修复程序,请重新下载zip文件并重新上传/dbtech/livewall/hooks/process_templates_complete.php

该帖子的链接:http://www.vbulletin.org/forum/showpost.php?s=0de19e68ada2bc70d3698e851f0cce9e&p=2306225&postcount=12

希望它有用! :)

答案 1 :(得分:0)

重新上传您在ASCII模式下使用的修改。