when accessing folder where argentum is installed

Added by gilbert palau almost 2 years ago

Fatal error: The mbstring extension is overloading PHP's native string functions. Disable this by setting mbstring.func_overload to 0, 1, 4 or 5 in php.ini or a .htaccess file.This application cannot be run without UTF-8 support. in /blah/kinergia.com/inv/system/core/utf8.php on line 60

I tried fixing this in my .htaccess:

RewriteEngine On
RewriteBase /blah/kinergia.com/inv/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [PT,L]
php_value mbstring.func_overload 0

but i still get the error...

Please advice


Replies (1)

RE: when accessing folder where argentum is installed - Added by gilbert palau almost 2 years ago

I added these two values to my .htaccess but still no go...

php_value mbstring.func_overload 5
php_value mbstring.internal_encoding "UTF-8"

Hate it when promising software doesnt work as advertised.

(1-1/1)