You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest way to reproduce is to try to register two accounts with the same email address. Note this doesn't happens when creating a user manually through the admin panel.
Error message:
{
"message": "Call to a member function toArray() on null",
"exception": [
{
"type": "Error",
"code": 0,
"message": "Call to a member function toArray() on null",
"file": "\/home\/vagrant\/UserFrosting\/app\/sprinkles\/account\/src\/Controller\/AccountController.php",
"line": 926
}
]
}
The text was updated successfully, but these errors were encountered:
Ref.: https://forums.userfrosting.com/t/php-error-undefined-variable-if-new-user-registration-fails/507/1
The simplest way to reproduce is to try to register two accounts with the same email address. Note this doesn't happens when creating a user manually through the admin panel.
Error message:
The text was updated successfully, but these errors were encountered: