I need to run a php file every minute so I tried to set a cronjob from the cpanel but it's sending mail with the message "could not open the input file:"
My php file is inside public_html/schoolerp/cron.php
I did:
/usr/local/bin/php -f /public_html/schoolerp/cron.php
Am I doing something wrong please tell me if I am setting it right, and if I am wrong please help me correct it ...