织梦错误:Call to a member function GetInnerText() on a non-objec

时间:2018-10-03

出现了Fatal error: Call to a member function GetInnerText() on a non-object in /htdocs/include/customfields.func.php on line 539错误




网上有很多解决方案都不对,现织梦二次开发网给出如下解决方案

将include/customfields.func.php 文件的539行

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

替换为

1 $fvalue = ($ntag=="") ? trim($ntag) : trim($ntag->GetInnerText());

保存即可
上一条:让dede:type调用栏目内容content的方法 下一条:DEDECMS调用指定文章ID来调用特定文档

相关文章

最新文章