king.semsem80
New Member
- Messages
- 12
- Reaction score
- 0
- Points
- 1
Since the migration, cron jobs have ceased working.
And for the life of me I cannot figure out the proper method to get them to work now...
/home/ACCOUNT/domains/DOMAIN/public_html/DIR/_TO_PHP.php
/usr/local/bin/php -f /home/ACCOUNT/domains/DOMAIN/public_html/DIR/_TO_PHP.php
/usr/local/bin/php -q /home/ACCOUNT/domains/DOMAIN/public_html/DIR/_TO_PHP.php
/usr/bin/php -f /home/ACCOUNT/domains/DOMAIN/public_html/DIR/_TO_PHP.php
None work.
The former cron that worked, that no longer does: /usr/bin/php -f /home/ACCOUNT/public_html/DIR/_TO_PHP.php
Are cron jobs not functional now? At the moment? Am I even remotely close to how they need to be formatted now?
And for the life of me I cannot figure out the proper method to get them to work now...
/home/ACCOUNT/domains/DOMAIN/public_html/DIR/_TO_PHP.php
/usr/local/bin/php -f /home/ACCOUNT/domains/DOMAIN/public_html/DIR/_TO_PHP.php
/usr/local/bin/php -q /home/ACCOUNT/domains/DOMAIN/public_html/DIR/_TO_PHP.php
/usr/bin/php -f /home/ACCOUNT/domains/DOMAIN/public_html/DIR/_TO_PHP.php
None work.
The former cron that worked, that no longer does: /usr/bin/php -f /home/ACCOUNT/public_html/DIR/_TO_PHP.php
Are cron jobs not functional now? At the moment? Am I even remotely close to how they need to be formatted now?