Mail feature error

  • Thread starter Dave (coloniesonline.co.uk)
  • Start date
D

Dave (coloniesonline.co.uk)

Guest
I kept getting a error on 3.0 beta, which said:
Notice: Undefined variable: mail_feature in:
C:\foo\index.php on line 56.
This appeared on the main screen and in the
results page. What I did was to add the
variable to the config.php file under include
directory, example: $mail_feature = 0;
If I changed it to 1 it created errors, so I
switched it off. The error disapears and should I
guess work in the future updates when implemented?
Sneaky feature maybe? I do wonder what it will do.
Dave
 
E

Eugenio

Guest
Dave (coloniesonline.co.uk) wrote:

> I kept getting a error on 3.0 beta, which said:
> Notice: Undefined variable: mail_feature in:
> C:\foo\index.php on line 56.
> This appeared on the main screen and in the
> results page. What I did was to add the
> variable to the config.php file under include
> directory, example: $mail_feature = 0;
> If I changed it to 1 it created errors, so I
> switched it off. The error disapears and should I
> guess work in the future updates when implemented?
> Sneaky feature maybe? I do wonder what it will do.

It is related to a particular customization of DaDaBIK that I will not release, the Notice message is a bug of the version 3.0 beta, I have fixed it and the fix will be available in the next release.



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