织梦错误Fatal error: Using $this when not in object context

全世界只有一个自己,所以没必要去当别人生命的插曲。烈日当空,道路两旁,成熟的谷物在热得弯下腰,低着头。蚱蜢多得像。

今天在用织梦模板做的网站后台生成栏目页时出现如下错误: 内容来自织梦模板团

Fatal error: Using $this when not in object context in D:\www\meinvtup\include\taglib\mynews.lib.php on line 40

织梦模板

 

或者是在织梦模板中的首页调用站内新闻后提示如下错误:

Fatal error: Using $this when not in object context in D:\www\meinvtup\include\taglib\mynews.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)."' ";

本文来自织梦模板团

 

现在就可以生成栏目和显示调用的新闻了的,但是这样显示的新闻只能显示栏目的站内新闻, 不过问题总算还是解决了。

到此这篇关于织梦错误Fatal error: Using $this when not in object context就介绍到这了。不论你在什么时候开始,重要的是开始之后就不要停止。更多相关织梦错误Fatal error: Using $this when not in object context内容请查看相关栏目,小编编辑不易,再次感谢大家的支持!

标签: error Fatal