• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

"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