Call to undefined function - install.php

K

Kristine

Guest
I get the following error when running install.php - Fatal error: Call to undefined function: () in /www/directory/directory/program_files/include/business_logic.php on line 56 .

Line 56:
for ($i=0; $iget_num_rows_db($tables_res); $i++){

I'm thinking that there has to be something between $i and get_num_rows_db??

Please help.

Running Version: 2.2.1
 
R

Ricardo

Guest
Kristine,

Did you get any answer to this problem?
I have the same problem on instalation.
 
E

Eugenio

Guest
Ricardo wrote:

> Kristine,
>
> Did you get any answer to this problem?
> I have the same problem on instalation.

The correct line is:
for ($i=0; $i<get_num_rows_db($tables_res); $i++){
why do you have a different version?


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