• 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

CRON is not executed (scheduled tasks)

femotvaff

Regular Pleskian
plesk 11.5
centos 6

we set a couple of task with domain user but the cron is not executed.
we tried 2 kind of task to run every minute

/usr/bin/php /var/www/vhosts/domain.com/httpdocs/cron.php

and
mail -s "Hello" [email protected]

1) any idea why scheduled task are not executed?
2) where the tasks are written in filesystem from plesk ? /etc/....?

thank you
 
What does the cron.log show?

Did you try the path "/usr/bin/php5" and did you set the correct open_base directions in the domain-specific php.ini ?
 
Back
Top