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
when i try to install this module on magento 2.4 i have this error message:
Installing data... SQLSTATE[42000]: Syntax error or access violation: 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
One or more columns in database should be TEXT or BLOB type.
The text was updated successfully, but these errors were encountered:
when i try to install this module on magento 2.4 i have this error message:
Installing data... SQLSTATE[42000]: Syntax error or access violation: 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
One or more columns in database should be TEXT or BLOB type.
The text was updated successfully, but these errors were encountered: