Page 1 of 1

SOLVED: PHP Warning: htmlspecialchars(): charset `ANSI_X3.4-1968'... messages in ssl_error_log

Posted: Tue Jan 28, 2020 7:52 pm
by B F
Operating System: CentOS Linux release 7.7.1908 (Core)

/var/log/httpd/ssl_error_log reports the messages:

Code: Select all

PHP Warning:  htmlspecialchars(): charset `ANSI_X3.4-1968' not supported, assuming utf-8 in /usr/share/zoneminder/www/includes/functions.php
Solution:

Code: Select all

# yum install php-mbstring

# httpd -k restart