问题描述:

为自定义模型添加图片字段,在更新自定义模型列表页时报错:Fatal error: Call to a member function GetInnerText() on a non-object in E:\www\include\taglib\channel\img.lib.php on line 51;

解决方法:

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

Web_PHP_织梦更新列表页提示Fatal error: Call to a member function GetInnerText() on a non-object in ..._解决方法

找到51行所在的代码,将其替换为$innerTmp = ($arcTag=="") ? trim($arcTag) : trim($arcTag->GetInnerText());保存就ok;