Cron Job not working

Can be PHP version,
on 1and1 hosting:
if you want to use php5 to run cron job:
/usr/bin/php5

so the full cron job command:
* * * * * /usr/bin/php5 /kunden/homepages/d8800834703/htdocs/mywebsite/cronjob.php

You may also like...