织梦Fatal error: Call to a member function GetInnerText()

问题:织梦修改或者添加了自定义表单后在后台修改文章的时候出现如下错误:Fatal error: Call to a member function GetInnerText() on a non-object in \include\customfields.func.php on line 539

 

解决代码:

找到这段代码

$fvalue = trim($ntag->GetInnerText());

换成

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

 

posted @ 2017-11-27 11:34  叫我小龙哥  阅读(445)  评论(0编辑  收藏  举报