Email address format is invalid
Added by Harry Kao almost 8 years ago
Hi,
When trying to add new user or change password on the latest myami-3.2 installation, we received "Email address format is invalid" error message.
The only way around this issue has been to used the myami-2.1 version. Is this a database issue?
Thank you.
Harry
Replies (2)
RE: Email address format is invalid - Added by Anchi Cheng almost 8 years ago
What email address ? For security reason for the database, the characters are limited. I just checked, the pattern match calls for starting with lower case a-z or numerical among other things.
RE: Email address format is invalid - Added by Harry Kao almost 8 years ago
The same email address worked on old myamiweb (2.1) installation. Carl and I found out that preg_match is not used in php 5.3. eregi fixed the character matching bug.
We are now working now the next issue, which is "Error: Unknown column 'noleginon' in 'field list'" I have updated the database from myamiweb 3.2 dir, but the same error still exists.