79219757

Date: 2024-11-24 09:41:26
Score: 0.5
Natty:
Report link

For anyone having the same problem, I have another solution:

Do not call the php script in crontab via

/usr/bin/php /home/desyn/public_html/cron/send_scheduled_emails.php

but use a http-request in the crontab file instead:

/usr/bin/curl -s http://example.com/cron/send_scheduled_emails.php > /dev/null

This did the trick for me.

Reasons:
  • Whitelisted phrase (-2): solution:
  • Has code block (-0.5):
  • Me too answer (2.5): having the same problem
  • Low reputation (0.5):
Posted by: Shaftenberg