Closed gglnx closed 8 months ago
It's the Umlauts again. Zen uses the translated labels as IDs / form names, which gets encoded to a JSON and JSON decoding fails on the backend.
The exception:
Malformed UTF-8 characters, possibly incorrectly encoded /vendor/yiisoft/yii2/helpers/BaseJson.php:147 /vendor/yiisoft/yii2/helpers/BaseJson.php:128
4.8.0
1.0.3
No response
Fixed for the next release. To get this early, run composer require verbb/zen:"dev-craft-4 as 1.0.3".
composer require verbb/zen:"dev-craft-4 as 1.0.3"
Works, thank you!
Describe the bug
It's the Umlauts again. Zen uses the translated labels as IDs / form names, which gets encoded to a JSON and JSON decoding fails on the backend.
The exception:
Steps to reproduce
Craft CMS version
4.8.0
Plugin version
1.0.3
Multi-site?
No response
Additional context
No response