Hi
On a new installation this week I reported an Issue that I solved
I create a new custom field for email and then I activated the flag that check for non personal email.
This crash validation system for a regex bad written in one thing
a missing bracket >> )
solved in this way
on file custom-reg-fields.inc.php
on line 576, I changed in
`$non_personal_email_users = ‘/^(?:’.implode(’|’, preg_split(’/[\s;,]+/’, preg_quote($GLOBALS[‘WS_PLUGIN__’][‘s2member’][‘o’][‘custom_reg_force_personal_emails’], ‘/’))).’)@/i’;
was >> .’@/i’;`
bye
Enjoy
Stefanosky - Roma Makers Team