• 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.

Crontab() constructor failed: Unable to create Crontab entry: parse error

S

seanstephens

Guest
Crontab() constructor failed: Unable to create Crontab entry: parse error

I get this when I try and load the crontab manager from the admin cp. I have verified that crond is running there is no errors in the cron or messages logs, and cron is still working. However I cant manage the crontabs from the admin cp, anybody got any ideas?
 
ok, thanks to all who posted.... oh wait its just me. Ok well if anybody else is experiencing the same difficulty all you need to do is run this command:

crontab -u root -e

that will bring up a text file that contains the cron information for the root user. Now in my instance there were 2 lines that had wrong information in them, one contained "*/15" and the other didnt contain a value it was empty " ". So I changed the 2 lines to contain correct information (just a number no special characters and not empty) and it came back up. How did this information get corrupted? Only the Plesk people will know! Hope this helps.
 
Back
Top