校园春色亚洲色图_亚洲视频分类_中文字幕精品一区二区精品_麻豆一区区三区四区产品精品蜜桃

主頁 > 網(wǎng)站建設(shè) > 建站知識 > DEDE織夢自定義模型圖片內(nèi)容提示Fatal error:Call to a member function GetInnerText() on a

DEDE織夢自定義模型圖片內(nèi)容提示Fatal error:Call to a member function GetInnerText() on a

POST TIME:2021-05-24 02:55

DEDE織夢自定義模型圖片內(nèi)容提示Fatal error:Call to a member function GetInnerText() on a non-object 解決方法


DEDE的自定義模型,如果用來發(fā)布圖片,可能會出現(xiàn)以下問題

在更新列表頁或者點編輯文章時會提示:
Fatal error: Call to a member function GetInnerText() on a non-object in E:wwwinclude aglibchannelimg.lib.php on line 51

或者提示includecustomfields.func.php on line 539

 

這個錯誤修復(fù)方法很簡單。
編輯打開 include aglibchannelimg.lib.php
查找51行左右:
$innerTmp = $arcTag->GetInnerText();
將其替換為:
$innerTmp = ($arcTag=="") ? trim($arcTag) : trim($arcTag->GetInnerText());

if($arcTag==""){
    $innerTmp = trim($arcTag);
}
else{
    $innerTmp = trim($arcTag->GetInnerText());
}
編輯includecustomfields.func.php

將539行的

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

替換成

if($ntag==""){

    $fvalue = trim($ntag);

}

else{

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

}

然后就能正常更新列表頁了,問題上解決 。



收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266
主站蜘蛛池模板: 滕州市| 喀喇沁旗| 灵山县| 兴隆县| 富宁县| 新野县| 沾益县| 论坛| 乌兰浩特市| 尼木县| 郴州市| 无棣县| 蓬莱市| 崇义县| 五寨县| 张掖市| 福清市| 商都县| 合水县| 巴彦县| 宜州市| 沿河| 始兴县| 寻甸| 龙陵县| 左贡县| 甘泉县| 舟山市| 铁岭县| 涞水县| 梅河口市| 穆棱市| 海原县| 南丹县| 多伦县| 称多县| 富阳市| 彝良县| 区。| 成安县| 利津县|