织梦生成栏目列表后,前台访问空白解决方法
织梦生成栏目列表后,前台访问空白解决方法:
打开 \include\arc.listview.class.php 找到
$this->CountRecord();
改成
if(empty($this->TotalResult)) $this->CountRecord();
上一篇:织梦调用管理员发帖发文章排行 下一篇:织梦文章发布时间星期几调用方法
织梦生成栏目列表后,前台访问空白解决方法:
打开 \include\arc.listview.class.php 找到
$this->CountRecord();
改成
if(empty($this->TotalResult)) $this->CountRecord();