解決方法
打開(kāi) /include/arc.listview.class.php 找到
$this->CountRecord();
如果這一行只有這一句代碼話,那就把它改成
if(empty($this->TotalResult)) $this->CountRecord();