• 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

Issue Call to a member function updateUser() on null

Lord_st_john

New Pleskian
Hi,

I have a similar case as the one described here : https://kb.plesk.com/en/122505

But on this command :
select id from ServiceInstances where servicePackageId = '10' AND serviceInstallationId = (select id from ServiceInstallations where name = 'PleskFileSystem');

I have an empty return, and I don't know how to resolve it (and can't do the next step) ?

Do you have an idea ?

Thank's.
 
Try to fix possible database inconsistency with:

# plesk repair db
 
Unfortunately it doesn't help, still the same issue.

What I already tried to repair :
plesk repair all -y
followed by
/usr/local/psa/admin/sbin/autoinstaller --select-release-current --reinstall-patch --install-component base

But still have the problem.
 
Back
Top