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

Error while creating DB in 11.5.30

Division By Zero

New Pleskian
I'm getting this error:

Code:
PHP Runtime Notice: Non-static method POA_ResourceUpdateObserver::_updateTable() should not be called statically
Line: 77
File: /usr/local/psa/admin/plib/POA/ResourceUpdateObserver.php
Stack Trace:
#0  Smb_Exception_Syntax::handleError(2048, Non-static method POA_ResourceUpdateObserver::_updateTable() should not be called statically, /usr/local/psa/admin/plib/POA/ResourceUpdateObserver.php, 77, Array ([params] => Event_Properties Object ([] => Array ([subscriptionId] => 2)))) called at [/usr/local/psa/admin/plib/POA/ResourceUpdateObserver.php:77]
#1  POA_ResourceUpdateObserver::_updateTable() called at [/usr/local/psa/admin/plib/POA/ResourceUpdateObserver.php:77]
#2  POA_ResourceUpdateObserver::onDatabaseCreate(Event_Properties Object ([] => Array ([subscriptionId] => 2))) called at [/usr/local/psa/admin/plib/Event.php:32]
#3  Event::_generate(onDatabaseCreate, Event_Properties Object ([] => Array ([subscriptionId] => 2))) called at [/usr/local/psa/admin/plib/Event.php:81]
#4  Event::databaseCreate(Array ([subscriptionId] => 2)) called at [/usr/local/psa/admin/plib/DatabaseManager.php:124]
#5  DatabaseManager->createDatabase(Database Object (.......A HUGE ARRAY ........) called at [/usr/local/psa/admin/plib/Smb/Form/Final/Database.php:138]
#7  Smb_Form_Final_Database->processForm() called at [/usr/local/psa/admin/smb/application/controllers/DatabaseController.php:190]
#8  DatabaseController->createAction() called at [/usr/local/psa/admin/externals/Zend/Controller/Action.php:516]
#9  Zend_Controller_Action->dispatch(createAction) called at [/usr/local/psa/admin/externals/Zend/Controller/Dispatcher/Standard.php:295]
#10 Zend_Controller_Dispatcher_Standard->dispatch(Zend_Controller_Request_Http Object ([] => Array ([0] => _GET,[1] => _POST),[] => /smb/database/create,[] => /smb,[] => ,[] => /database/create,[] => Array ([controller] => database,[action] => create,[module] => default),[] => ,[] => Array (),[] => 1,[] => default,[] => module,[] => database,[] => controller,[] => create,[] => action), Zend_Controller_Response_Http Object ([] => Array (),[] => Array (),[] => Array (),[] => Array (),[] => 200,[] => ,[] => ,[headersSentThrowsException] => 1)) called at [/usr/local/psa/admin/externals/Zend/Controller/Front.php:954]
#11 Zend_Controller_Front->dispatch() called at [/usr/local/psa/admin/plib/Smb/Application/Web.php:39]
#12 Smb_Application_Web->run() called at [/usr/local/psa/admin/smb/application/public/index.php:14]

Can anyone tell me why? Or how to fix it? bootstrapper.sh repair did not work.
 
In /usr/local/psa/admin/conf/php.ini you should have:

error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED

Restart sw-engine service if you introduce any changes to this file.


Do you have plesk mobile module installed by any chance?
 
Back
Top