• 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

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