I
Ivo2
Guest
I tried to install an addon "Easy User ban" from Siropu, but following Server-Errors:
XF\Db\InvalidQueryException: xf_user: MySQL query error [1118]: 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 src/XF/Db/AbstractStatement.php:230
Stack-Trace:
ALTER TABLE
ADD
ADD...
Read more
Continue reading...
XF\Db\InvalidQueryException: xf_user: MySQL query error [1118]: 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 src/XF/Db/AbstractStatement.php:230
Stack-Trace:
ALTER TABLE
xf_user
ADD
siropu_easy_user_ban_count
INT UNSIGNED NOT NULL DEFAULT '0',ADD...
Read more
Continue reading...