-
|
Hi, For example, a new user used a duplicate email address. I checked handlers, everything works correctly, it returns error 06 Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
@Jimmi08: I suspect you're looking for signup.php:340 I think that "06" is morphed from e107_handlers/validator_class.php:L29 so that the constant |
Beta Was this translation helpful? Give feedback.


@Jimmi08: I suspect you're looking for signup.php:340
I think that "06" is morphed from e107_handlers/validator_class.php:L29 so that the constant
USER_ERR_06would be the localization for the duplicate check.