I have setup a cron job in my domain name to flush the logs every hour. I have setup it like below:
php –q /home/myusername/public_html/cron.php.
But it does not work. I am receiving “No input file specified” error when it runs. What am I doing wrong?
php –q /home/myusername/public_html/cron.php.
But it does not work. I am receiving “No input file specified” error when it runs. What am I doing wrong?