首页 >

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

在用织梦Dedecms模板做的网站后台生成栏目页时出现如下错误:

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

Fatal error: Using $this when not in object context inD:\www\meinvtup\include\taglib\mynews.lib.phpon line40

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

Fatal error: Using $this when not in object context inD:\www\meinvtup\include\taglib\mynews.lib.phpon line40
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).”‘ “;


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



织梦DedeCMS错误Fatal error: Using $this when not in object context
  • 织梦DedeCMS搜索调用缩略图,无缩图则不显示缩略图
  • 织梦DedeCMS搜索调用缩略图,无缩图则不显示缩略图 | 织梦DedeCMS搜索调用缩略图,无缩图则不显示缩略图 ...

    织梦DedeCMS错误Fatal error: Using $this when not in object context
  • 织梦DedeCMS自定义表单加入号码邮箱格式验证,过滤垃圾信息
  • 织梦DedeCMS自定义表单加入号码邮箱格式验证,过滤垃圾信息 | 织梦DedeCMS自定义表单加入号码邮箱格式验证,过滤垃圾信息 ...

    织梦DedeCMS错误Fatal error: Using $this when not in object context
  • 织梦DedeCMS模板织梦DedeCMS文章发布时间星期几怎么调用标签
  • 织梦DedeCMS模板织梦DedeCMS文章发布时间星期几怎么调用标签 | 织梦DedeCMS模板织梦DedeCMS文章发布时间星期几怎么调用标签 ...