php - How to individually set mbstring.func_overload = 0 for Roundcube -


i got vps debian 7 apache + php. in php.ini set mbstring.func_overload = 2 services. unfortunately roundcube doesn't work setting: error: wrong 'mbstring.func_overload' option value. read requirements section in install file or use roundcube installer, please! how set individually mbstring.func_overload = 0 roundcube? or how can set mbstring.func_overload each sites individually? thanks!

i wrote in file (debian 7) /etc/apache2/apache2.conf

<directory "/var/lib/roundcube/"> php_admin_value mbstring.func_overload 0 order allow,deny allow </directory> 

Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -