PHP Warning: htmlspecialchars(): charset `UTF-8;' not supported, assuming utf-8 in /oc-includes/osclass/helpers/hSanitize.php on line 155
PHP Warning: htmlentities(): charset `UTF-8;' not supported, assuming utf-8 in /oc-includes/osclass/formatting.php on line 196
When I use php 5.6 the abode notices come up. With 5.4 they don't.
Has anyone an idea why?
I tried to change default_charset = UTF-8; to default_charset = utf-8; in php.ini but no success. Is it a hosting issue?
(Not to mention that if I put php 7.0 the site stops working but this is not the mather here because I can't put it to 7.0 because other scripts from my host stop working so...).