<tt id="6hvjo"><rt id="6hvjo"><menuitem id="6hvjo"></menuitem></rt></tt>

<i id="6hvjo"></i>
<i id="6hvjo"></i>

<u id="6hvjo"><video id="6hvjo"></video></u>

<i id="6hvjo"></i>

加入vip [簽到送金幣]
注冊 登錄 QQ登錄
織夢無憂,用心做好源碼!7年品牌,值得信賴! 織夢無憂,個個精品,寧缺毋濫!每月購買不少于3000元精品源碼免費分享,早開通,早享受!終身會員臨時大促,只需要128元!新會員開通,直接進入會員中心--購買會員--直接開通即可。

織夢自定義圖片字段報錯Call to a member function GetInnerText()

摘要: 織夢程序當你添加了自定義圖片字段時,前臺打開當前欄目列表就會出現 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

織夢程序當你添加了自定義圖片字段時,前臺打開當前欄目列表就會出現

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());

本文鏈接:http://www.amshui.com//dedecmsjiaocheng/chengxukaifa/182917.html

版權聲明:本站資源均來自互聯網或會員發布,如果侵犯了您的權益請與我們聯系,我們將在24小時內刪除!謝謝!

公眾號二維碼

微信公眾號

//自動推送 被客人玩站不起

<tt id="6hvjo"><rt id="6hvjo"><menuitem id="6hvjo"></menuitem></rt></tt>

<i id="6hvjo"></i>
<i id="6hvjo"></i>

<u id="6hvjo"><video id="6hvjo"></video></u>

<i id="6hvjo"></i>