• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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