• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Problems with Cronjobs

henkbart

New Pleskian
Hello,

Since the latetst update i have a problem with the Daily and weekly cronjobs.
I got errormessages back from them with failcode 255

*** /etc/psa/plesk-cron.weekly/50plesk-weekly Failed (code=255) ***
*** /etc/psa/plesk-cron.daily/50plesk-daily Failed (code=255) ***

I tried to find out where the problem was and found that the problom is in the line :
# install_autoreport daily
/usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto daily >/dev/null 2>&1
# install_autoreport weekly
/usr/local/psa/admin/bin/php /usr/local/psa/admin/plib/report/autoreport.php --auto weekly >/dev/null 2>&1

This line is causing the problems. Can anyone help me???
 
Back
Top