Call to undefined function: mysql_connect()

D

denny

Guest
Hello,

when i run the install.php i get this message, any ideas why?

thanks

Fatal error: Call to undefined function: mysql_connect() in /var/www/html/dadabik/include/db_functions.php on line 41
 
D

denny

Guest
I will try to ask my question again as i have tried everything i know and this script does not work and on two different boxes. I have downloaded the latest version and now i get this message.

Fatal error: Call to undefined function: mysql_get_server_info() in /var/www/html/dadabik/include/common.php on line 36


Server = Redhat 7.0
Mysql = Server version 3.23.32
PHP = 4.0.4pl1

I have even upgraded my other box to PHP 4.3.1 and i still have the same problem.

Anybody have any ideas ?

thanks
 
E

Eugenio

Guest
denny wrote:

> Fatal error: Call to undefined function:
> mysql_get_server_info() in
> /var/www/html/dadabik/include/common.php on line 36
>

> I have even upgraded my other box to PHP 4.3.1 and i still
> have the same problem.
>
> Anybody have any ideas ?

Are you sure that you have used DaDaBIK also with PHP 4.3.1? mysql_get_server_info is suported from 4.0.5.

Eugenio.

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