Why is this error coming. Which file should i edit to enter my sql database details? Pls help
This is the error appearing when i try to install with install/index.php
Fatal error: Call to undefined function mb_internal_encoding() in /home/silambar/public_html/fotomaal/install/index.php on line 508
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
enter the info here, /inc/header.inc
about line 87
change to this might do it too
internal_encoding('UTF-8');
removing the <b>mb_</b> part
where should i write down this? Sorry to disturb again. pls help
about line 87
i posted that 5 posts ago