• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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