• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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