織夢會員中心個人空間文檔明明有很多數(shù)據(jù)的可分頁條上一直顯示0數(shù)據(jù)的解決方法
打開 /include/arc.memberlistview.class.php 找到
$countQuery = preg_replace("/select[ \r\n\t](.*)[ \r\n\t]from/i","Select count(*) as dd From",$this->sourceSql);改成
$countQuery = preg_replace("/SELECT(.*)FROM/isU",'SELECT count(*) as dd FROM',$this->sourceSql);
修復后效果