install.php error

E

EricInHouston

Guest
When I try to run the install.php script, I get the following error:

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

Any idea what I'm doing wrong here?

EricInHouston
 
D

denny

Guest
Welcome to the club ! i still dont have an answer here for this problem. I found another thread on this forum about this and it did not help me. Maybe if we work together we might resolve this ?

let me know

Denny
 
D

denny

Guest
Eric,

For some reason i tried it again and it works now!

In the file common.php i removed all the info about server version as directed by Eugenio in another post.

You can comment in the file common.php the part from:

$mysql_server_version = mysql_get_server_info($conn);

to:

if ($mysql_server_version > 32306){
$quote = "`";
} // end if
else{
$quote = "";
} // end else

(included).
 
J

jeremiah

Guest
After running install.php from (http://localhost/dadabik/install.php) am getting this error

No input file specified

please help
 
E

Eugenio

Guest
jeremiah wrote:
>
> After running install.php from
> (http://localhost/dadabik/install.php) am getting this error
>
> No input file specified

It's strange, this error message is not used by DaDaBIK. Are you sure about the message?
Which version of DaDaBIK?

Eugenio.

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