• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

"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