• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Crontab extract

D

druckgott

Guest
Hallo

I have a Crontabe for a php file but it don´t work

Min *
Std *
day *
day of the week*

/var/www/vhosts/coolpixx.de/httpdocs/lmo/cronjobs.php

the cronjob will work because if i open it into my browser it do his work

but the crontab don´t work
could somebody help me?

mfg
druckgott
 
You should try

/usr/bin/php /var/www/vhosts/coolpixx.de/httpdocs/lmo/cronjobs.php

as command, else cron doesn't know how to handle the php file.
 
Back
Top