• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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