comment that line out like this
is your DB set to UTF-8?
if so, then try and comment out that line and run the installer again.
commented out line:
//mb_internal_encoding('UTF-8');
it has something to do with the mb string setting on the server, if you can not change them, ask your host, if they wont, try and comment it out and see
is your DB set to UTF-8?
if so, then try and comment out that line and run the installer again.
commented out line:
//mb_internal_encoding('UTF-8');
it has something to do with the mb string setting on the server, if you can not change them, ask your host, if they wont, try and comment it out and see
and try and do the install again