email validation ON/OFF

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
Stephen Koch
Posts: 1
Joined: 12 Oct 2005, 20:43
Location: New York, New York

email validation ON/OFF

Post by Stephen Koch »

Steps taken:
goto admin and click to check install
under 'Checking your installation' we see:

validate_email = OFF? with a GOOD/BAD value
My install read BAD.
Rooting and finding the following in "config_defaults_inc.php"
$g_validate_email = ON;
...tells me that it should be, well, ON.

So I copied the line and placed it in "config_inc.php".
Still no go.

Then I changed it to a String (one never knows, right?)
$g_validate_email = "ON";

And then ran the diagnostic again and it was ... GOOD.

Evaluating more closely the "config_defaults_inc.php", I can see many ON/OFF values.
Thus led me on a search for these constants....finding them in "constants_inc.php" I see ON/OFF as 1/0.

Any reason this isn't working for me?

Nice work, by the way. I'm quite happy with Mantis thus far and hopefully my superiors will be as impressed as I am.

Thanks.
sjk
[^\d\D]
Post Reply