I\'m trying to install indefero on a CentOS 5.3 VMware \'box\' and I ran into a problem. Quite early in the installation I get an error that I\'ve been able to narrow down t
If you don't know how to enable php_mbstring extension in windows, open your php.ini and remove the semicolon before the extension:
change this
;extension=php_mbstring.dll
to this
extension=php_mbstring.dll
after modification, you need to reset your php server.