Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

email validation check problem


Guest

Recommended Posts

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...