ini_set not working

后端 未结 6 538
北恋
北恋 2021-01-07 20:25

Here is the matter:

ini_set(\'display_errors\', \'1\');
ini_set(\'safe_mode\', \'0\');
ini_set(\'allow_url_fopen\', \'1\');
ini_set(\'allow_url_include\', \'1\');         


        
6条回答
  •  误落风尘
    2021-01-07 21:00

    if you get this message in zabbix interface "ini_set(): Use of mbstring.internal_encoding is deprecated"

    simply go to file vi /usr/local/share/zabbix/include/locales.inc.php and commet the line

    #       ini_set('mbstring.internal_encoding', 'UTF-8');"
    

    restart httpd & zabbix-server daemons , then try.. thats it.!

提交回复
热议问题