vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > Registering a forum - email error

Registering a forum - email error - Posted By Chris (cddude229) on 6th Jan 08 at 9:40pm
Apparently my e-mail is not valid. (Check profile for one entered.)

Also, the error boxes overlap on each other in Firefox 2.

Re: Registering a forum - email error - Posted By Ross (admin) on 6th Jan 08 at 9:49pm
There's no reason that shouldn't be accepted as valid. Are you sure there were no extra spaces before/after the address?

Re: Registering a forum - email error - Posted By Chris (cddude229) on 6th Jan 08 at 9:53pm
Just tried again and the same problem appears. =/

Edit: Dreggie speculated that the domain name may be too long.

Re: Registering a forum - email error - Posted By Ross (admin) on 6th Jan 08 at 10:11pm
 
Just tried again and the same problem appears. =/

Edit: Dreggie speculated that the domain name may be too long.


There should be no limit on it. But seeing the bug Crow just reported has given me an idea that the expression may be failing due to a bug in php5.2 I've just added in the same fix I'm using for the UBBC so if you want to give it a try now.

Re: Registering a forum - email error - Posted By Chris (cddude229) on 6th Jan 08 at 10:20pm
Yep. That fixed it.

What bug is this by the way? My server for SZ runs 5.2 and I'd rather have my expressions work. {Tongue Out}

Re: Registering a forum - email error - Posted By Ross (admin) on 6th Jan 08 at 10:26pm
 
Yep. That fixed it.

What bug is this by the way? My server for SZ runs 5.2 and I'd rather have my expressions work. {Tongue Out}


http://bugs.php.net/bug.php?id=40846

Easiest solution is to use ini_set to up the values for both pcre.backtrack_limit and pcre.recursion_limit