variable not set in business_logic.php

D

Dave Stearns

Guest
I'm having a few little difficulties with my_dadabik. During any type of search on the system, I get this error:

Undefined variable: "every_field_name_in_the_DB" in C:\inetpub\wwwroot\my_dadabik\include\business_logic.php on line 1270

and the line is:

if ($$field_name_temp != ""){ // if the user has filled the field

I'm not exactly sure how to fill in this variable..

Any assistance in this would be appreciated.. Thanks..

dave
 
E

Eugenio

Guest
Dave Stearns wrote:
>
> I'm having a few little difficulties with my_dadabik. During
> any type of search on the system, I get this error:
>
> Undefined variable: "every_field_name_in_the_DB" in
> C:\inetpub\wwwroot\my_dadabik\include\business_logic.php on
> line 1270
>
> and the line is:
>
> if ($$field_name_temp != ""){ // if the user has filled the
> field
>
> I'm not exactly sure how to fill in this variable..
>
> Any assistance in this would be appreciated.. Thanks..

Do you still have the problem?

Eugenio.

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