• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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