WPML
Status
Resolved
Topic tags
Not WPML issue

Overview of the issue

If your site is using Apache’s mod_substitute module, you may see an ERR_HTTP2_PROTOCOL_ERROR error when you go to WPMLString TranslationTranslate texts in admin screens.

Workaround

We recommend you to contact your hosting service regarding this error.
In the meantime, you can add this code to your .htaccess file:

<IfModule mod_substitute.c>
SubstituteMaxLineLength 10M
</IfModule>

All known issues →