• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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