Guest Posted March 14, 2007 Posted March 14, 2007 I'm getting a "Your E-Mail Address does not appear to be valid - please make any necessary corrections." message for some reason. (was working fine -- when the files were in a subdirectory on the server) I recently uploaded the files to the root. It works fine with the code commented out. Any help would be greatly appreciated. (from create_account.php) $messageStack->add('create_account', ENTRY_EMAIL_ADDRESS_ERROR); } elseif (tep_validate_email($email_address) == false) { $error = true; What dependences does tep_validate_email have? Thanks.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.