Solved Broken JSON in helper_js_global depending on locale and PHP version

This topic has been solved
K

Kirby

Guest
Code:

imageOptimizationQuality: {{ $xf.app.config.maxImageResizeQuality / 100 }},
This breaks with PHP 7 if a locale ist set that does not use . as decimal separator as it might be rendered as 0,85 instead of 0.85 causing web upgrader to abort.

Continue reading...