Hi,
I've recently run into a problem with users registrating for my gallery. Basically, once they submit the registration, the process becomes really slow and instead of getting the confirmation message saying an email as been sent to activate the account, register.php shows up as a blank white page with nothing on it. The registration, nonetheless, goes through and the email sent to the user, but is there a reason the confirmation message is not being shown?
Any help would be much appreciated. Thanks.
Maybe your mail server is slow.
The email to activate is sent right away, but on register.php the message telling you an email has been sent is not shown at all, and a blank page is displayed instead.
What happens when you disable registration emails?
I've disabled the email verification and it appears that the confirmation message on the site shows up, but its still a pretty sluggish process (in comparison to my prior experiences). Does that have to do with my server or something to that sort?
Thanks for the help!
Do you also have it setup to mail you when someone registers? There is nothing much going on in the register script, any unusual slowness has to be caused by waiting for your mail server to respond.