반응형
Warning: html_entity_decode(): charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in /var/www/html/client/madhu/include/utils/ListViewUtils.php on line 673 Warning: html_entity_decode(): charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in /var/www/html/client/madhu/include/utils/ListViewUtils.php on line 673
https://forums.vtiger.com/index.php?p=/discussion/173151/installation-issues-with-vtiger-6-1-0/p1
to fix that you need to find 'default_charset' in /etc/php.ini and set that according to your charset, for example:
php.ini에 다음을 추가~
default_charset = "utf-8"