Jump to content

kosmit

Members
  • Posts

    31
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

3,277 profile views

kosmit's Achievements

  1. It works ACP Admin, 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' And this error, after switching to 4.5, what does it appear? I know it doesn't add card_image to my database table for that
  2. I have restored the files I had on 4.4 and now I cannot login to ACP, I get this error, what should I do? Will deleting all 4.4 files and adding only 4.5 fix the bug, what is now?
  3. 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}
×
×
  • Create New...