黄聪:dede 5.6自定义模型列表生成问题,img.lib.php on line 42,请各位帮忙看看

直接修改img.lib.php这个文件
把42行代码改为
    //debug by risun 2009-5-4
    //$innerTmp = $arcTag->GetInnerText();
    $innerTmp = "";

再把60行的
//debug by risun 2009-5-4
//    if(is_object($arcTag) && $arcTag->GetAtt('pagesize') > 0)
//    {
//        $pagesize = $arcTag->GetAtt('pagesize');
//    }
注释掉就行了

原文地址:https://www.cnblogs.com/huangcong/p/2026452.html