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

"Trying to Reconfigure watchdog... PHP Fatal error: Call to undefined function"

DanijelD

Basic Pleskian
I upgraded from 9.5 to 11.0 version last night.

Here is an error I see in the 'autoinstaller3.log':

The post-upgrade process is completed
warning: /etc/drweb/users.conf saved as /etc/drweb/users.conf.rpmsave
Trying to remove /usr/lib/plesk-9.0/postfix-poplockdb-clean from crontab... done
Trying to Reconfigure watchdog... PHP Fatal error: Call to undefined function is_virtuozzo() in /usr/local/psa/admin/plib/modules/watchdog/wdlib.php on line 894
Stopping Courier-IMAP server:
Stopping imap [ OK ]
Stopping imap-ssl [ OK ]
Stopping pop3 [ OK ]
Stopping pop3-ssl [ OK ]

Trying to register service xinetd... done
Trying to unregister service courier-imap... done


Does anyone know where that error comes from?
How can I fix it?
 
Just remove psa-watchdog package with something like:

# rpm -e psa-watchdog

and install it back with autoinstaller.
 
Back
Top