Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
alxndr-w opened this issue Nov 20, 2023 · 1 comment · Fixed by #491
Closed

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

alxndr-w opened this issue Nov 20, 2023 · 1 comment · Fixed by #491
Milestone

Comments

@alxndr-w
Copy link
Collaborator

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.

@dergel
Copy link
Member

dergel commented Aug 22, 2024

dadurch, dass bei der Installation rex_yform_value_ycom_auth_password noch nicht vorhanden ist (ist im plugin/auth) wird das Feld nicht gefunden und in der Tabelle nichts dazu angelegt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants