欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > DEDECMS教程 >
DEDECMS教程

织梦生成提示Call to a member function GetInnerText()的解决办法

(元素模板) / 2017-06-05 18:57

织梦DedeCMS在更新列表页html时提示:Fatal error: Call to a member function GetInnerText() on a non-object in \include\taglib\channel\img.lib.php on line 42

往往这个错误提示会在更新自定义模型的栏目列表页html时出现,下面元素模板告诉大家解决的办法:

找到并打开/include/taglib/channel/img.lib.php文件,在里面找到如下代码:

$innerTmp = $arcTag->GetInnerText();

将其替换为如下代码:

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

这样就可以解决这个问题了。

Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com