Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Row size too large... because of doubled rows in database #198

Open
artur-grigoryan-cgn opened this issue Sep 1, 2022 · 1 comment

Comments

@artur-grigoryan-cgn
Copy link

Hi,
i get the error:
Error: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs

because Mask Export doubles the rows in the database. For the field "tx_mask_bootstrap_rounding" i get a row "tx_mask_bootstrap_rounding" and "tx_ivsstandardelements_bootstrap_rounding". Is it really necessary too have both?

@NoelClick
Copy link
Contributor

Hi!

If you use mask as a tool to create your content elements and then export them with mask_export, the first field is redundant. You don't need the field created by mask because you use your own extension. You can also uninstall mask if you don't intend to change any of the elements created with mask or create a new element.

Here are some suggested solutions to the error you encountered:
https://docs.typo3.org/p/mask/mask/7.2/en-us/Troubleshooting/Index.html#on-save-error-row-size-too-large-mariadb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants