You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
Error on saving entries when we have a rich text field ending in a special character (like é, ö, ...) is used to generate SEO keywords using the "Keywords from field" option and the field with the character..
It works when there is a space behind the character but otherwise it crashes on a iconv error..
Seems to be fixed in craft 3 but not for the craft 2 plugin
Hi,
Error on saving entries when we have a rich text field ending in a special character (like é, ö, ...) is used to generate SEO keywords using the "Keywords from field" option and the field with the character..
It works when there is a space behind the character but otherwise it crashes on a iconv error..
Seems to be fixed in craft 3 but not for the craft 2 plugin
craft/plugins/seomatic/services/SeomaticService.php(3316)
$text = iconv(mb_detect_encoding($text, mb_detect_order(), true), "UTF-8//IGNORE", $text);
Info:
Craft CMS 2.7.8
SEOmatic 1.1.56
PHP 7.1.25
Also tested on:
Craft CMS 2.6.3012
SEOmatic 1.1.56
The text was updated successfully, but these errors were encountered: