Fatal error

M

Marie

Guest
When I do the "install.php" I get:
Fatal error: Call to undefined function: mysql_get_server_info() in ./include/common.php on line 36
Please advise.

 
G

grz

Guest
hi,

did you install mysql support for php ?

Look at you php.ini file, you shoud see a line like this :

extension=mysql.so

If not, please configure your php with mysql support.

Regards,

grz.

 
E

Eugenio

Guest
Marie wrote:

> When I do the "install.php" I get:
> Fatal error: Call to undefined function:
> mysql_get_server_info() in ./include/common.php on line 36
> Please advise.

It depend on the version of MySQL installed.
You can find the solution here:
http://www.dadabik.org/forum/read.php?f=1&i=869&t=809#reply_869

Eugenio.

(Latest version of DaDaBIK when this message was posted: 2.2.1)
 
Top