张文保的博客
张文保 · Paul Zhang

Engineering the Future

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
作者:张文保
发布时间:2020-07-22
许可协议:CC BY-NC-SA 4.0
发表新评论
SSL安全认证