火车头采集发布时日志里错误提示 [运行通知] : Undefined index: count

常笑 8月前 266

 [运行通知] : Undefined index: count

没发布一篇文章都会提示,但并不影响发布结果,怎么解决

最新回复 (1)
  • lecms 8月前
    引用 2

    是否开启了缓存(memcache redis)等,请关闭。

     

    或者修改 lecms/model/cms_content_model.class.php 搜索 $tag_post

    改成如下

    $tag_post = array('name'=>$name, 'count'=>0, 'content'=>'');

    有两处(添加和编辑)

     

    清除文件缓存。

返回
发新帖