Fatal error:Call to a member function GetInnerText() on a non-object in
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());
就可以了
本文标题:《Fatal error:Call to a member function GetInnerText() on a non-object in》
网址:https://zhangwenbao.com/fatal-errorcall-to-a-member-function-getinnertext-on-a-non-object-in.html