Carnet Error 500 no more title after upgrade to 0.22.4
anthonydahanne opened this issue · 0 comments
anthonydahanne commented
When I create a new note, the UI fails with:
Une erreur est survenue, sauvegardez votre texte manuellement et vérifiez s'il n'est pas ouvert ailleurs
which means the note could not be saved properly, then in the inspect console I get a bunch of 500 errors.
In the logs, I get:
SQLSTATE[21S01]: Insert value list does not match column list: 1136 Column count doesn't match value count at row 1","Code":0,"Trace":[{"file":"/home/www/nextcloud/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php","line":169,"function":"convertException","class":"Doctrine\\DBAL\\Driver\\AbstractMySQLDriver","type":"->","args":["An exception occurred while executing 'INSERT into `oc_carnet_metadata` VALUES(?, ?, ?, ?)' with params [\"\\/anthony\\/files\\/Documents\\/QuickNote\\/untitled 1.sqd\", \"{\\\"previews\\\":[],\\\"media\\\":[],\\\"metadata\\\":{\\\"creation_date\\\":1630881690727,\\\"last_modification_date\\\":1630882106547,\\\"keywords\\\":[],\\\"rating\\\":-1,\\\"color\\\":\\\"none\\\",\\\"urls\\\":{},\\\"todolists\\\":[]},\\\"shorttext\\\":\\\"text\\\"}\", 1630882109, \"text\"]
That said, the note is saved, but without any title
To Reproduce
Steps to reproduce the behavior:
- Upgrade NextCloud from 15 to 20 suing the UI
- Use Carnet again
Carnet is at version 0.22.4
Thanks!