Hi,
I'm new to directadmin and linux.
Recently I set up a cronjob to run my script with php5 functions inside. I've set up the file path like this
It works. However, it uses php4 and couldn't find any php5 function. I've tried to change the path to /usr/local/php5/bin/php but then it doesn't work anymore.
Could anyone tell me how to fix it?
Thanks,
ayok
I'm new to directadmin and linux.
Recently I set up a cronjob to run my script with php5 functions inside. I've set up the file path like this
Code:
/usr/local/bin/php -q -f /home/beterdeals/domains/beterdeals.nl/public_html/cron_jobs/deals_cron.php
Could anyone tell me how to fix it?
Thanks,
ayok