Server upgrade to php8.3 and Omeka Classic

Hello,

My university server just upgraded to php 8.3 and I am now seeing the following error on the site:
Fatal error : During inheritance of SeekableIterator: Uncaught ArgumentCountError: Too few arguments to function Zend_Session_Exception::handleSessionStartError(), 4 passed in /var/www/dar/application/libraries/Zend/Db/Table/Rowset/Abstract.php on line 30 and exactly 5 expected in /var/www/dar/application/libraries/Zend/Session/Exception.php:56 Stack trace: #0 /var/www/dar/application/libraries/Zend/Db/Table/Rowset/Abstract.php(30): Zend_Session_Exception::handleSessionStartError() #1 /var/www/dar/application/libraries/Zend/Db/Table/Rowset.php(28): require_once(‘…’) #2 /var/www/dar/application/libraries/Zend/Loader/StandardAutoloader.php(320): include(‘…’) #3 /var/www/dar/application/libraries/Zend/Loader/StandardAutoloader.php(241): Zend_Loader_StandardAutoloader->loadClass() #4 [internal function]: Zend_Loader_StandardAutoloader->autoload() #5 /var/www/dar/application/libraries/Zend/Db/Table/Abstract.php(1409): class_exists() #6 /var/www/dar/application/libraries/Zend/Db/Table/Abstract.php(1363): Zend_Db_Table_Abstract->fetchAll() #7 /var/www/dar/application/libraries/Zend/Session/SaveHandler/DbTable.php(318): Zend_Db_Table_Abstract->find() #8 [internal function]: Zend_Session_SaveHandler_DbTable->read() #9 /var/www/dar/application/libraries/Zend/Session.php(496): session_start() #10 /var/www/dar/application/libraries/Zend/Session/Namespace.php(143): Zend_Session::start() #11 /var/www/dar/application/libraries/Zend/Auth/Storage/Session.php(86): Zend_Session_Namespace->__construct() #12 /var/www/dar/application/libraries/Zend/Auth.php(91): Zend_Auth_Storage_Session->__construct() #13 /var/www/dar/application/libraries/Zend/Auth.php(141): Zend_Auth->getStorage() #14 /var/www/dar/application/libraries/Omeka/Application/Resource/Currentuser.php(42): Zend_Auth->hasIdentity() #15 /var/www/dar/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(695): Omeka_Application_Resource_Currentuser->init() #16 /var/www/dar/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(641): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource() #17 /var/www/dar/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(598): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap() #18 /var/www/dar/application/libraries/Omeka/Application/Resource/Helpers.php(116): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap() #19 /var/www/dar/application/libraries/Omeka/Application/Resource/Helpers.php(27): Omeka_Application_Resource_Helpers->_initAclHelper() #20 /var/www/dar/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(695): Omeka_Application_Resource_Helpers->init() #21 /var/www/dar/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(641): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource() #22 /var/www/dar/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(598): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap() #23 /var/www/dar/application/libraries/Omeka/Application/Resource/Frontcontroller.php(63): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap() #24 /var/www/dar/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(695): Omeka_Application_Resource_Frontcontroller->init() #25 /var/www/dar/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(638): Zend_Application_Bootstrap_BootstrapAbstract->_executeResource() #26 /var/www/dar/application/libraries/Zend/Application/Bootstrap/BootstrapAbstract.php(598): Zend_Application_Bootstrap_BootstrapAbstract->_bootstrap() #27 /var/www/dar/application/libraries/Zend/Application.php(373): Zend_Application_Bootstrap_BootstrapAbstract->bootstrap() #28 /var/www/dar/application/libraries/Omeka/Application.php(49): Zend_Application->bootstrap() #29 /var/www/dar/index.php(23): Omeka_Application->initialize() #30 {main} in /var/www/dar/application/libraries/Zend/Db/Table/Rowset/Abstract.php on line 30

My sysadmin and I are trying to figure this out. Looking through forum notes, I haven’t determined that Omeka Classic is yet compatible with php 8.3.

Please advise regarding either how to handle the error or how to manage a transition to php 8.3.

Thanks for your help!
Brook

What version of Omeka Classic are you using?