首页 >

织梦DedeCMS提示"Call to a member function GetInnerText()"解决办法

在做一个站时用到了自定义模型,遇到了些问题,在更新列表页时提示:

织梦DedeCMS提示"Call to a member function GetInnerText()"解决办法

Fatal error: Call to a member function GetInnerText() on a non-object in E:wwwinclude aglibchannelimg.lib.php on line 51

这个错误提示会在更新自定义模型栏目列表的时候出现,修复此问题方法很简单。

编辑打开 /inculde/taglib/channel/img.lib.php

查找51行左右:

$innerTmp = $arcTag->GetInnerText();

将其替换为:

$innerTmp = ($arcTag=="") ? trim($arcTag) : trim($arcTag->GetInnerText());

if($arcTag==""){    $innerTmp = trim($arcTag);}else{    $innerTmp = trim($arcTag->GetInnerText());}

然后就能正常更新列表页了,问题上解决 。


织梦DedeCMS提示"Call to a member function GetInnerText()"解决办法
  • 织梦DedeCMS后台 服务器左侧菜单空白或不显示的解决办法
  • 织梦DedeCMS后台 服务器左侧菜单空白或不显示的解决办法 | 织梦DedeCMS后台 服务器左侧菜单空白或不显示的解决办法 ...

    织梦DedeCMS提示"Call to a member function GetInnerText()"解决办法
  • 织梦DedeCMS火车头采集文章列表地址列表错误URL没有协议头是//搞定方式
  • 织梦DedeCMS火车头采集文章列表地址列表错误URL没有协议头是//搞定方式 | 织梦DedeCMS火车头采集文章列表地址列表错误URL没有协议头是//搞定方式 ...

    织梦DedeCMS提示"Call to a member function GetInnerText()"解决办法
  • 织梦DedeCMS用runphp计算公司成立时间
  • 织梦DedeCMS用runphp计算公司成立时间 | 织梦DedeCMS用runphp计算公司成立时间 ...