• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

No Cronjob with Plesk 11.0.9

MüllerF

New Pleskian
After upgrading from 10.4.4 to 11.0.9 the cronjobs don't work. This is the error message: "execv("/bin/bash") failed
system error: No such file or directory"
The user has full ssh rights (http://kb.parallels.com/en/111351)

Cronjob: /usr/bin/php /var/www/vhosts/DOMAIN.COM/httpdocs/cron.php
 
Last edited:
Do you get the same error when the user runs /usr/bin/php /var/www/vhosts/DOMAIN.COM/httpdocs/cron.php directly from SHELL or better still he runs:

php -f /var/www/vhosts/DOMAIN.COM/httpdocs/cron.php
 
Back
Top