• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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