yakamara / ycom

Community AddOn für REDAXO
MIT License
58 stars 37 forks source link

`Column not found: 1054 Unknown column 'password' in 'field list'` #471

Open alxndr-w opened 7 months ago

alxndr-w commented 7 months ago

Error while executing statement "INSERT INTO `rex_ycom_user` SET `login` = :login, `email` = :email, `firstname` = :firstname, `name` = :name, `status` = :status, `activation_key` = :activation_key, `termsofuse_accepted` = :termsofuse_accepted, `new_password_required` = :new_password_required, `login_tries` = :login_tries, `ycom_groups` = :ycom_groups, `password` = :password" using params {"login":"mail@example.org","email":"mail@example.org","firstname":"Ned","name":"Nevs","status":"2","activation_key":"nichtaufgithub","termsofuse_accepted":"1","new_password_required":0,"login_tries":0,"ycom_groups":"","password":"$2y$10$fo1QklAbpA03pzkNhtJ.b.97LmbNfVw.E013jzmYbg.2vrqgYjQy."}! SQLSTATE[42S22]: Column not found: 1054 Unknown column 'password' in 'field list'

Initial YCom installiert und einen User anlegen wollen. Nach Reinstall lief's dann.