Variable warning, fatal error…

N

Nicolas

Guest
Hello,
I have this error :

Warning: Variable used in global statement already exists in the function in ./include/business_logic.php on line 1462

Fatal error: Call to unsupported or undefined function wordwrap() in ./include/business_logic.php on line 1449

An idea ?
 
E

Eugenio

Guest
Nicolas wrote:
>
> Server config :
> php 3.0.14
> MySql 3.22.23b

You need php 4 to run DaDaBIK.

(Latest version of DaDaBIK when this message was posted: 2.2 beta)
 
T

Terry

Guest
I get the same error.

Current PHP version: 4.0.1pl2
MYSQL Version: MySQL 3.23.22-beta

I also had an error in include\common.php line 36 on install. I commented it out as the next line assigned a value for Mysql_server_info

// $mysql_server_version = mysql_get_server_info($conn);

$mysql_server_version = "3.22.89 opuiop";


I'm very new to PHP and MySQL.

It installed OK but I get other "warning" going into table manager about arrays.

Hope I'm vague enough.

Terry
 
E

Eugenio

Guest
Terry wrote:
>
> I get the same error.
>
> Current PHP version: 4.0.1pl2
> MYSQL Version: MySQL 3.23.22-beta

You need at least 4.0.5.
Just comment the first line and write your mysql version in the second one.

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