HomeNotesSQL DATABASE ERROR
1550 days ago in 
Tags: sql
 

SQL DATABASE ERROR

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

Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
Please login to post a comment.
sammie
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

and try and do the install again
sammie
the other option is to install dolphin 6.0.0002 that does not have the mb strings enabled so you can then use the update patches to get to 6.0.0004
anillll
is there any file which i have to edit to enter my MYsQL Database name and username and password.
anillll
or where should i place my My SQL database php connection strigns. Pls help
sammie
it does it via the installer. thats what installers do.

enter the info here, /inc/header.inc
about line 87
sammie
mb_internal_encoding('UTF-8');
change to this might do it too

internal_encoding('UTF-8');

removing the <b>mb_</b> part
anillll
Write down the values of ''hostname'', ''username'', ''databasename'', and the password you have chosen. (Note that ''hostname'' will usually be ''localhost''.)

where should i write down this? Sorry to disturb again. pls help
anillll
i have already created the database and username etc... using MySQL Database
sammie
enter the info here, /inc/header.inc
about line 87

i posted that 5 posts ago
anillll
thanks and i have done it....now another problem is in the join form the security image is not appearing. pls help
 
 
 
PET:0.078701972961426