• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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