91豆麻精品91久久久久久,中文在线资源,国产精品女视频,yw.139尤物在线精品视频

?
  歡迎訪問全國企業網站設計NO.1網站開發商平臺 付款方式
主頁 > 網站建設 > 建站知識 > DEDE織夢自定義模型圖片內容提示Fatal error:Call t

DEDE織夢自定義模型圖片內容提示Fatal error:Call t

POST TIME:2020-10-09

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


DEDE的自定義模型,如果用來發布圖片,可能會出現以下問題

在更新列表頁或者點編輯文章時會提示:
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

 

這個錯誤修復方法很簡單。
編輯打開 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());

}

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

? 主站蜘蛛池模板: 台湾省| 神木县| 郴州市| 都安| 石柱| 阜新市| 崇阳县| 仁寿县| 达孜县| 巴塘县| 天祝| 舟曲县| 揭阳市| 峨眉山市| 鸡泽县| 米易县| 静乐县| 嵩明县| 金川县| 吉水县| 景宁| 康平县| 新巴尔虎左旗| 花莲市| 富顺县| 汝城县| 闸北区| 寿宁县| 武川县| 麻城市| 岳西县| 昔阳县| 高邑县| 泸溪县| 儋州市| 双柏县| 商丘市| 十堰市| 阿城市| 玉山县| 柏乡县|