In controller.php, there is an if condition that checks for errors before a new user is created:
Code:
if($newuser->errors)
How can I check what exactly the error is?
If I remove the if condition and force the new user to be created, I get the following error message:
Code:
Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_user in /includes/class_dm.php on line 763