I have an error saving a field to the database, which is giving me the error: String data, right truncated: 1406 Data too long for column 'content' at row 1.
However the field in the database is set to Type: String, length 191. Which i believe translates to varchar.
Anybody else had this?