MyBB Community Forums

Full Version: Invalid valid email while registration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
User trying to register on forum but the form says email is invalid while the email is a valid email address. Both username and email address has not been register before on the forum, all characters are in the english alphabet. ACP registration setting remain default uchanged, min char 3 max 30. http://prntscr.com/odv14v
Here's screenshot of error: https://gyazo.com/04cab09f714117969b95a8cb766589f4

A few other member are submitting the same error request, what's causing the issue so I can fix it?
Probably a javascript error, check if your scripts are up to date and well loaded
Without a URL we won't be able to debug this.
(2019-07-12, 01:09 PM)Matt Wrote: [ -> ]Without a URL we won't be able to debug this.
Im having the same issue in here

http://forum.astraymu.com/

W
hen I try to register, there's like a chance that it will appear valid
but most of the time, it wont appear valid, and turns red.
Force the use of https to access your forum.
When you use the http, you have mixed contents (http and https) and javascript doesn't work.
(2019-10-12, 03:02 PM)Crazycat Wrote: [ -> ]Force the use of https to access your forum.
When you use the http, you have mixed contents (http and https) and javascript doesn't work.
Damn man! works like a charm!

the only problem is I dont know how to force it to https XD
If you have your own server with apache or nginx, just redirect the http to https (301 redirection), google for that.
If you're hosted and can't access the server configuration, ask your hoster Smile