织梦cms自定照片字段名出错Call to a member function
摘要: 您如今的部位是:首页 > 建网站专业知识 > 建网站专业知识织梦cms自定照片字段名出错Call to a member function GetInnerText()方元2019-10-28【建网站专业知识】人已看热闹介绍织梦cms程序如果你...
方元2019-10-28【建网站专业知识】人已看热闹
介绍织梦cms程序如果你加上了自定照片字段名时,前台接待开启当今频道目录便会出現 Fatal error: Call to a member function GetInnerText() on string in /include/taglib/channel/img.lib.php on line 51 后台管理出現 Fatal error: Cal
织梦cms程序如果你加上了自定照片字段名时,前台接待开启当今频道目录便会出現
Fatal error: Call to a member function GetInnerText() on string in
/include/taglib/channel/img.lib.php on line 51
后台管理出現
Fatal error: Call to a member function GetInnerText() on a non-object in
/include/customfields.func.php on line 539
处理方式
开启 /include/customfields.func.php 检索
$fvalue = trim($ntag- GetInnerText());
$fvalue = ($ntag=="") ? trim($ntag) : trim($ntag- GetInnerText());再次开启 /include/taglib/channel/img.lib.php 检索
$innerTmp = $arcTag- GetInnerText();
$innerTmp = ($arcTag=="") ? trim($arcTag) : trim($arcTag- GetInnerText());
很赞哦! ()