• 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.

Not getting past initial configuration of CBM after upgrade

jcox

New Pleskian
I have been running CBM and Plesk since 10.1 and everything was fine. I just upgraded from 10.2 to 10.3.

After logging in I tried going to CBM from within plesk by clicking one of the business manger links. I got an interim page that said that CBM was being upgraded to 10.3. That completed successfully with no errors, but then I got a page asking me for my company details.

The problem is I can't get past this page. When I fill the form and click Ok I get the following error

Fatal error: Call to a member function update() on a non-object in /opt/plesk-billing/lib/billing-libs/Billing/Zend/Form/Final/InitialWizardForm.php on line 256

I tried filling every field in the forum, but that didn't work either. Has anyone else encountered this? I would like to get this fixed so i can continue testing the upgrade.
 
Try to disable APC cache in file /usr/local/psa/admin/conf/php.ini:

apc.enabled = 0
 
Try to disable APC cache in file /usr/local/psa/admin/conf/php.ini:

apc.enabled = 0

I changed the file and tried again and I still get the same error.
 
Try to execute /usr/share/plesk-billing/integration --command=repair-all --idp-url=https://your_domain:8443
 
Back
Top