Select many to many problem
Hello!
I have the following error in a Select field with many to many relationship.
The form contains:
This is the relationship in the model
The select field is filled successfully but when I try to save it I get the following error.
If I do my Select as multiple then everything is working properly.
Any suggestion for the error?
I have the following error in a Select field with many to many relationship.
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sshKeys' in 'field list'
The form contains:
This is the relationship in the model
The select field is filled successfully but when I try to save it I get the following error.
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'sshKeys' in 'field list'
If I do my Select as multiple then everything is working properly.
Any suggestion for the error?