-
Notifications
You must be signed in to change notification settings - Fork 13
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
Maximum row size error on install #432
Comments
We were not able to reproduce this issue at our end and even no body else reported this before too. Actually the We have tried to reproduce the issue in given versions but it looks working fine. So there might be some special scenario in your case may be some environment specific etc. Can you please share some details about the environment (server etc.)? Where you were getting this locally, dev. stage or prod etc? and have you tried the plugin on any other environment? 🔗 Referencehttps://dev.mysql.com/doc/refman/8.0/en/column-count-limit.html |
Hi @shnsumit We're seeing the same issue, but with a slightly different character set / collation (utf8mb4_unicode_ci). We are using ddev so if it's useful I could share the ddev config file we're using? PHP version 7.4.33 We're also using InnoDB - not sure if that affects things also? https://mariadb.com/kb/en/troubleshooting-row-size-too-large-errors-with-innodb/ |
OK, here's the ddev config file we're using - just tried it with a fresh Craft install, but still couldn't install the plugin |
Hi @shnsumit - just checking in to see if you had any luck reproducing the issue? We'd love to use this plugin for a project we are working on but right now this is a blocker for us |
@spib We have tried debugging using the provided config file, but we were still not able to reproduce the issue. |
The issue has been fixed in this PR |
Getting the following when trying to install latest version of Translations plugin. I ran this query manually and was able to reproduce, then got it to run successfully by changing some of the
varchar
types totext
.Are you able to reproduce this?
PHP version 8.1.15
MySQL 8.0.27
Craft Pro 4.4.6.1
The text was updated successfully, but these errors were encountered: