• 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!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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