• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Schedule ( cron ) dont run

BrinsleyA

New Pleskian
Hello,,, i have a big trouble...and this trouble have 2 points..

In the server i cant execute 2 auto-commands:

1: i try make a auto-execute to run backup. but in the time the plesk dont make backup and no have any errors msgs.
i try in local repository and remote repository.
the plesk backup dont work.


2. i have in the server a acct with whmcs cms, and the command to execute cms-tasks dont run... php command not found
php -q /var/www/vhosts/xxxxxxx.com.br/clientes.xxxxxxxx.com.br/gerencia/cron.php
dontrun and no have php command


Its possible fix this or plesk dont have skill to execute crons?
 
Your cron issue is most likely because you are using Plesk's chrootsh shell, which does not contain any usefull utilities. So, your cron will not work. Change the chrootsh shell to /bin/bash:

/opt/psa/bin/server_pref -u -crontab-secure-shell /bin/bash

Also, enter the full path to PHP instead of just 'php'. So most likely you will enter: /usr/bin/php -q /var/www/vhosts/xxxx.com/br/....
 
Back
Top