You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fri Aug 11 09:40:24.342512 2023] [php:error] [pid 1842] [client 10.10.101.93:36798] PHP Fatal error: Uncaught mysqli_sql_exception: 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 in /var/www/html/install/tp.functions.php:211\nStack trace:\n#0 /var/www/html/install/tp.functions.php(211): mysqli_query()\n#1 /var/www/html/install/upgrade_run_3.0.0.php(171): addColumnIfNotExist()\n#2 {main}\n thrown in /var/www/html/install/tp.functions.php on line 211, referer: https://192.168.1.14/install/upgrade.php
Log from the web-browser developer console (CTRL + SHIFT + i)
Insert the log here and especially the answer of the query that failed.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Expected behaviour
The upgrade should complete successfully
Actual behaviour
The upgrade crash on upgrade_run_3-0-0.php
Server configuration
Operating system:
Ubuntu 22.04
Web server:
Apache
Database:
MariaDB
PHP version:
8.1
Teampass version:
3.0.9
Teampass configuration file:
Updated from an older Teampass or fresh install:
PLEASE attach to this issue the file
/includes/config/tp.config.php
.Client configuration
Browser:
Firefox
Operating system:
Fedora 38
Logs
Web server error log
[Fri Aug 11 09:40:24.342512 2023] [php:error] [pid 1842] [client 10.10.101.93:36798] PHP Fatal error: Uncaught mysqli_sql_exception: 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 in /var/www/html/install/tp.functions.php:211\nStack trace:\n#0 /var/www/html/install/tp.functions.php(211): mysqli_query()\n#1 /var/www/html/install/upgrade_run_3.0.0.php(171): addColumnIfNotExist()\n#2 {main}\n thrown in /var/www/html/install/tp.functions.php on line 211, referer: https://192.168.1.14/install/upgrade.php
Log from the web-browser developer console (CTRL + SHIFT + i)
The text was updated successfully, but these errors were encountered: