• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

ERROR: Call to a member function updateUser() on a non-object (Abstract.php:930)

Artsgraphica

New Pleskian
Hello,

I have just ordered and installed a certificate for use on a subdomain on a Plesk 12 install.

I did this via Tools & Settings > SSL Certificates area of the panel. That's worked fine, it's installed

I have set it as the default certificate, that also worked fine. I then also assigned it to the IP address and that has worked fine.

When I then go to the domain in question, into the web hosting settings for it, SSL support is ticked, and the old 'default' self signed certificate is chosen. When I chance this to the new certificate which shows up as 'installed in another repository' I get the following error:

Code:
ERROR: Call to a member function updateUser() on a non-object (Abstract.php:930)

I looked this up, and came across the following article http://kb.odin.com/en/122505

I followed the guide, however the final query:

Code:
select id from ServiceInstances where servicePackageId = '5' AND serviceInstallationId = (select id from ServiceInstallations where name = 'PleskFileSystem');

(with the servicePackageId set to the correct value of 5 that was returned from the previous query) and this returns

Code:
'Empty set (0.00 sec)'

So I am unable to complete the next step to add the row to the ServiceInstanceProperties table...

I've reported this to our server provider, and they've pointed me here... I'm now stuck, can you help?
 
What about output of

select id from ServiceInstances where servicePackageId = '5';
 
Back
Top