brantje / nextnote

A full Evernote / OneNote style WYSIWYG note editor for Nextcloud / ownCloud. Join our telegram at: https://t.me/NextNote
GNU Affero General Public License v3.0
163 stars 19 forks source link

Setting 'How would you like to store your notes?' To files and db crashes app #2

Closed brantje closed 7 years ago

brantje commented 7 years ago

After changing setting and opening the app the following line appears in the log:

Doctrine\DBAL\Exception\NotNullConstraintViolationException: 
An exception occurred while executing 'INSERT INTO oc_ownnote_parts (id, note) values (?,?)' 
with params [null, ""]: SQLSTATE[23000]: 
Integrity constraint violation: 1048 Column 'id' cannot be null
brantje commented 7 years ago

Seems fixed