美文网首页
织梦Fatal error: Call to a member

织梦Fatal error: Call to a member

作者: 阿修哥 | 来源:发表于2017-12-29 16:49 被阅读26次

解决方法很简单,首先打开织梦的根目录下的“include”-“customfields.func.php”文件,在第539行中把以下代码:

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

替换成以下代码即可:

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

相关文章

网友评论

      本文标题:织梦Fatal error: Call to a member

      本文链接:https://www.haomeiwen.com/subject/oixwgxtx.html