Edited this to simplify things a bit.
I have a cron script I'm trying to run for osTicket. If I run this from the command line when logged in as the appropriate user or as root it runs successfully.
But when I put that same command into the cron section of directadmin for the user in question it apparently never triggers.
Where should I look to figure out why it's not going off as I expect it to?
I have a cron script I'm trying to run for osTicket. If I run this from the command line when logged in as the appropriate user or as root it runs successfully.
Code:
/usr/local/bin/php -f /home/ntt/domains/wellbuiltnetworks.net/public_html/api/cron.php
But when I put that same command into the cron section of directadmin for the user in question it apparently never triggers.
Where should I look to figure out why it's not going off as I expect it to?
Last edited: