国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > CMS > 織夢DEDE > 正文

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

2024-07-12 08:46:08
字體:
來源:轉載
供稿:網友

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


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

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

}

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

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 安化县| 错那县| 葵青区| 青岛市| 泽普县| 鄂伦春自治旗| 荆门市| 蓬安县| 贡觉县| 安阳市| 蚌埠市| 高唐县| 广河县| 红安县| 扎鲁特旗| 万宁市| 枣强县| 西宁市| 锡林郭勒盟| 通州区| 盱眙县| 慈利县| 龙川县| 馆陶县| 北京市| 武陟县| 宝山区| 当阳市| 长垣县| 双鸭山市| 维西| 根河市| 四子王旗| 大名县| 扎囊县| 泾川县| 文安县| 会泽县| 来宾市| 宁阳县| 犍为县|