I have a single cron job for my free x10hosting account. It is set to run every (6) minutes. ("*/6" is the in the "Minute" column; the other 4 time-period columns contain an asterisk.)
The most recent instance that the cron job ran was on December 26, 2019, which was of course the date that admins transitioned free accounts from cPanel to DirectAdmin.
In DirectAdmin's "Profile Setup" -> "Account Configuration", the "Cron Jobs" setting is Enabled.
Here is the original command that worked great up until that point:
I've changed this command to the following commands, but none have worked:
But, the answers provided did not solve the issue for me.
Can anyone please help with this matter? TIA.
The most recent instance that the cron job ran was on December 26, 2019, which was of course the date that admins transitioned free accounts from cPanel to DirectAdmin.
In DirectAdmin's "Profile Setup" -> "Account Configuration", the "Cron Jobs" setting is Enabled.
Here is the original command that worked great up until that point:
- /usr/bin/php -f /home/[USERNAME]/public_html/[PHP FILENAME].php >/dev/null 2>&1
I've changed this command to the following commands, but none have worked:
- /usr/bin/php -q /home/[USERNAME]/public_html/[PHP FILENAME].php >/dev/null 2>&1
- /usr/bin/php -f /home/[USERNAME]/domains/[SUBDOMAIN].x10host.com/public_html/[PHP FILENAME].php >/dev/null 2>&1
- /usr/bin/php -q /home/[USERNAME]/domains/[SUBDOMAIN].x10host.com/public_html/[PHP FILENAME].php >/dev/null 2>&1
- /usr/bin/php -q /home/[USERNAME]/domains/[SUBDOMAIN].x10host.com/public_html/[PHP FILENAME].php
But, the answers provided did not solve the issue for me.
Can anyone please help with this matter? TIA.
Last edited: