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

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

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

POST TIME:2021-05-24 02:55

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


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

在更新列表頁或者點(diǎn)編輯文章時(shí)會(huì)提示:
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

 

這個(gè)錯(cuò)誤修復(fù)方法很簡(jiǎn)單。
編輯打開 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
主站蜘蛛池模板: 沙湾县| 双柏县| 同江市| 梁山县| 小金县| 大荔县| 清水县| 汶川县| 平定县| 老河口市| 昌都县| 金平| 台江县| 石林| 永丰县| 高清| 比如县| 合肥市| 邹平县| 侯马市| 乌兰浩特市| 汪清县| 水富县| 冀州市| 溧水县| 高尔夫| 台州市| 枝江市| 体育| 常德市| 顺平县| 曲松县| 新邵县| 盖州市| 安徽省| 宁波市| 呼伦贝尔市| 会昌县| 佛山市| 十堰市| 教育|