• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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