I am trying to create a new user from the command line and get this error:
Warning: array_search() expects parameter 2 to be array, null given in /vendor/friendsofsymfony/user-bundle/FOS/UserBundle/Model/User.php line 368
When I try to create a user by registering via webinterface, I get the following:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'salt' cannot be null
Work with an existing user works. Also updating the profile and changing the password. Just creating new users does not work.
I use v 1.3.1 in a very simple setup and have not yet found a solution.
Any ideas?
symfony fosuserbundle
sprain Jan 11 '13 at 11:25 2013-01-11 11:25
source share