PTCMS后台开启百度站长Ping自动提交网站地图

网上下载的那些PTCMS2.0.3版本只能监控和定时执行采集规则,反正部分功能是丧失状态,包括百度ping。
后台就算你设置了site和token也不会生效,其实只需改动一句代码就好了.
打开文件\application\cron\controller\monitor.php
找到public function indexAction()
把下面的

$zym_8 = $this->model->field( 'id,name,interval,lastruntime,status' )->where( array( 'action' => 'cron.task.collect' ) )->order( 'status desc' )->select();

这句改成

 $zym_8 = $this->model->field('id,name,interval,lastruntime,status')->order('status desc')->select();

然后在到任务管理-运行监控看看是不是自动提交任务开启了。

给TA打赏
共{{data.count}}人
人已打赏
技术文档

宝塔Linux面板5.9.x终身会员破解教程&一键脚本

2019-1-21 23:13:00

技术文档

PTCMS 2.0.3版本无法搜索作者的问题

2019-4-4 21:00:15

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧
个人中心
有新私信 私信列表
搜索