cron 作业没有按预期进行...无法正常工作?

发布于 2024-09-17 18:21:26 字数 450 浏览 2 评论 0原文

我有一个 cron 作业设置为每分钟运行一次。

/usr/bin/php -q /home/domain/public_html/ajax/cron.php > /home/domain/public_html/ajax/cron_output.log

在 cron.php 中,我有

#!/usr/bin/php
<?php
echo 'cron ran';
?>

cron_output.log 我可以看到修改日期每分钟更新一次,但其中的内容是空白的。为什么它没有“cron run”?

这对我来说是一个起点,因为我还有很多代码想要运行,但它没有运行。我也在写入 error_log,但它也没有写入该日志。但是,cron_output.log 上的更新日期正在更改......

任何帮助都会很棒!

I have a cron job setup to run every minute.

/usr/bin/php -q /home/domain/public_html/ajax/cron.php > /home/domain/public_html/ajax/cron_output.log

Inside the cron.php, I have

#!/usr/bin/php
<?php
echo 'cron ran';
?>

The cron_output.log I can see the modified date is updating each minute, but the contents off it is blank. Why wouldn't it have "cron ran"?

This is a starting point for me, because I have a lot more code I'm trying to run, and it's not running. I'm also writing to an error_log, but it's not writing to that log either. However, the update date is changing on cron_output.log....

Any help would be awesome!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

沫雨熙 2024-09-24 18:21:26

已解决...发生了一些错误。

This is resolved... there were some errors going on.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文