婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

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

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

POST TIME:2021-05-24 02:55

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

}

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



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

  • 400-1100-266
主站蜘蛛池模板: 桐城市| 武平县| 平度市| 海晏县| 双牌县| 曲周县| 西华县| 马尔康县| 博爱县| 昭苏县| 海林市| 扎鲁特旗| 马关县| 海盐县| 福贡县| 河源市| 文化| 黔西| 无棣县| 蓬溪县| 云阳县| 澄江县| 定南县| 乐都县| 六枝特区| 贺州市| 余江县| 文登市| 定襄县| 郯城县| 海城市| 林州市| 明星| SHOW| 清水河县| 石渠县| 宿迁市| 霍城县| 唐海县| 措美县| 伊通|