• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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