• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue [PPP-53495] Cronjobs dont work after PHP Version Updates - Urgend Problem

Chris86

New Pleskian
I deleted all old PHP versions from Plesk (including System PHP) Then i reinstalled the System (PHP from OS vendor) - Ubunto 18.04.5 LTS

Now there are no working crownjobs at the system. I need fast help. I have the latest Version (Version 18.0.36)

All crownjobs failing atm.
 
root@plesk:~# service plesk-task-manager status
● plesk-task-manager.service - Plesk Task Manager Service
Loaded: loaded (/lib/systemd/system/plesk-task-manager.service; disabled; vendor preset: enabled)
Active: inactive (dead)
root@plesk:~# service plesk-task-manager start
root@plesk:~# service plesk-task-manager status
● plesk-task-manager.service - Plesk Task Manager Service
Loaded: loaded (/lib/systemd/system/plesk-task-manager.service; disabled; vendor preset: enabled)
Active: active (running) since Thu 2021-06-17 22:08:58 CEST; 1s ago
Main PID: 29567 (plesk-task-mana)
Tasks: 18 (limit: 4915)
CGroup: /system.slice/plesk-task-manager.service
└─29567 /usr/lib/plesk-task-manager --config /opt/psa/admin/conf/task-manager.yml --data /var/lib/plesk/


I did this and now it works but if i RESTART the server it fails again
 
hello @Chris86 ,
plesk-task-manager.service is internal service for schedule internal plesk tasks, like manage dns zones, web server and MTA configs, configure PHP handlers in the background.
It is not used for manage cronjob tasks.

Could you please check are the cron.service is running?

or you are receive an error like

Code:
configure PHP
canot connect to the task-manager (plesk-task-manager service might not be running)
?

in this case you need to execute
Code:
systemctl enable plesk-task-manager.service --now
 
Back
Top