XF 1.5 Users can't register. Errors showing up.

PAPPACLART

Active member
Hello I have an issue where users can't register a new account. Below code is when I try to create a user in the back end. From the front end the user just gets and error from the moment they input a user name. Registration page: https://www.forum.motorcyclenews.bike/register/


Any suggestions of how to fix would be grealy appreciated. Thanks?

Xenforo 1.5.15

Code:
An exception occurred: Call to undefined function iconv_strlen() in /home/motorcyclenews1/forum.motorcyclenews.bike/library/Zend/Validate/Hostname.php on line 1263

Zend_Validate_Hostname->isValid() in Zend/Validate/EmailAddress.php at line 487
Zend_Validate_EmailAddress->_validateHostnamePart() in Zend/Validate/EmailAddress.php at line 546
Zend_Validate_EmailAddress->isValid() in XenForo/Helper/Email.php at line 72
XenForo_Helper_Email::isEmailValid() in XenForo/DataWriter/User.php at line 681
XenForo_DataWriter_User->_verifyEmail() in XenForo/DataWriter.php at line 995
XenForo_DataWriter->_runVerificationCallback() in XenForo/DataWriter.php at line 725
XenForo_DataWriter->_isFieldValueValid() in XenForo/DataWriter.php at line 643
XenForo_DataWriter->set() in XenForo/DataWriter.php at line 1009
XenForo_DataWriter->bulkSet() in XenForo/ControllerAdmin/User.php at line 500
XenForo_ControllerAdmin_User->actionSave() in SV/UserTaggingImprovements/XenForo/ControllerAdmin/User.php at line 11
SV_UserTaggingImprovements_XenForo_ControllerAdmin_User->actionSave() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/motorcyclenews1/forum.motorcyclenews.bike/admin.php at line 13
 
Top Bottom