• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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