When adding a cron job, you have to specify the path on the server where the cron should execute.
You just to add "php" before the file path so it can execute it properly
Example:
* * * * * php /home/username/public_html/thefiletocron.php
- 0 brukere syntes dette svaret var til hjelp