Answer the question
In order to leave comments, you need to log in
What is the cause of the modx error?
When installing any plugin, it gives an error.
PHP warning: htmlspecialchars(): charset `utf8' not supported, assuming utf-8
Answer the question
In order to leave comments, you need to log in
You change the encoding in MySQL, and here we are talking about the encoding in PHP itself. If specifically, somewhere (most likely in php.ini in the internal_encoding option, or in .htaccess in the php_value directives, or in the settings of MODX itself, from which the same option is set via ini_set ) the encoding is written in the form utf8 instead of utf-8 , which PHP perceives as an invalid value.
Also, this is not an error, but a warning.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question