我为我的vbulletin安装了一个修改版,得到了这个错误
Fatal error: Using $this when not in object context in /var/www/forum/includes/class_hook.php on line 57显然,一些用户在使用vbadvanced的mod时会出现这个错误,但没有提供支持。
也许有人能想出办法。3.我对php一窍不通,所以我提前道歉
这是53 - 58行
53 * Sets the plugin list array
54 */
55 function set_pluginlist(&$pluginlist)
56 {
57 $this->pluginlist =& $pluginlist;
58 }我希望有人能帮助我,而且这不是很多的信息:/
发布于 2012-06-08 23:46:16
同样的问题似乎也得到了解决。请尝试查看:VBulletin Forum。
让我引述如下:
我已经上传了vBAdvanced问题的修复程序,请重新下载压缩文件并重新上传
/dbtech/livewall/hooks/process_templates_complete.php
这篇文章的链接是:http://www.vbulletin.org/forum/showpost.php?s=0de19e68ada2bc70d3698e851f0cce9e&p=2306225&postcount=12
希望它是有用的!:)
发布于 2012-06-08 23:51:10
重新上传您在ASCII模式下使用的修改。
https://stackoverflow.com/questions/10951987
复制相似问题