织梦错误Fatal error: Using $this when not in object context
今天在用织梦模板做的网站后台生成栏目页时出现如下错误:
Fatal error: Using $this when not in object context in D:wwwmeinvtupinclude aglibmynews.lib.php on line 40
或者是在织梦模板中的首页调用站内新闻后提示如下错误:
Fatal error: Using $this when not in object context in D:wwwmeinvtupinclude aglibmynews.lib.php on line 40
DEDECMS模板
我们只需要找到mynews.lib.php的40行
if($envs[‘typeid’] > 0) $idsql = ” where typeid='”.GetTopid($this->TypeID).”‘ “; DEDECMS模板
改成
if($envs[‘typeid’] > 0) $idsql = ” where typeid='”.GetTopid($envs->TypeID).”‘ “;
现在就可以生成栏目和显示调用的新闻了的,但是这样显示的新闻只能显示栏目的站内新闻, 不过问题总算还是解决了。
☉免责声明:本站所有模板均来自用户分享和网络收集,仅供学习与参考,请勿用于商业用途,如果损害了您的权利,请联系网站客服,我们核实后会立即删除。
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » 织梦错误Fatal error: Using $this when not in object context
☉本站提供的源码、模板、软件工具等其他资源,都不包含技术服务,请大家谅解!
pbootcms模板网 » 织梦错误Fatal error: Using $this when not in object context