Hi, I have a problem with a job I would like to run using cron job, I configured the job execution through isp config but the job is not executed, in: /var/log/ispconfig/cron.log I can not find any reference to the execution of test.php. Where am I wrong? I also tried, from within ISP Config interface, to use the command: !/usr/bin/php -q /var/www/clients/client0/web5/web/test.php and with: /usr/bin/php -q /var/www/clients/client0/web5/web/test.php but the script is never executed.Thank you
Btw. The easiest way to run a php script inside the web dir by cron is to just enter trhe URL starting with http://.... or https://.... in the command field.