Hello, I had version 4.4 and updated to 4.5, the update did not come to the end because I got this error below and there was nothing I could do, I made a restore copy and I cannot log into ACP Admin, how do I fix it?
Row size too large. The maximum row size for the used table type, not counting BLOBs, is 8126. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs
/home/****/domains/****/public_html/system/Application/Application.php::1667
ALTER TABLE `forums_forums` ADD COLUMN `card_image` VARCHAR (255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NULL COMMENT 'Card image file name'
Falling back from 4.5 to 4.4 APC Admin bug
IPS\Db\Exception: Unknown column 'session_cookie_key' in 'field list' (1054)
#0 /home/****/domains/****/public_html/system/Db/Db.php(968): IPS\_Db->preparedQuery('/*IPS\\Session\\_...', Array)
#1 /home/***/domains/*****/public_html/system/Session/Admin.php(123): IPS\_Db->replace('core_sys_cp_ses...', Array)
#2 [internal function]: IPS\Session\_Admin->write('35e493c54713f3c...', '')
#3 /home/***/domains/****/public_html/system/Session/Session.php(149): session_regenerate_id()
#4 /home/***/domains/*****/public_html/applications/core/modules/admin/system/login.php(210): IPS\_Session->setMember(Object(IPS\Member))
#5 /home/***/domains/*****/public_html/applications/core/modules/admin/system/login.php(99): IPS\core\modules\admin\system\_login->_doLogin(Object(IPS\Member))
#6 /home/***/domains/***/public_html/system/Dispatcher/Controller.php(96): IPS\core\modules\admin\system\_login->manage()
#7 /home/***/domains/****/public_html/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
#8 /home/***/domains/****/public_html/****/index.php(14): IPS\_Dispatcher->run()
#9 {main}