• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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