Fatal error:Call to a member function GetInnerText() on a non-object in

作者: 时间:
浏览 : 748

Fatal error:Call to a member function GetInnerText() on a non-object in E:\wamp\www\include\customfields.func.php  in line 539.

解决办法:

打开\include\customfields.func.php文件,找到539行:

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

替换成:$fvalue = ($ntag==””) ? trim($ntag) :trim($ntag->GetInnerText());

 就可以了

Tag标签:

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注