Trying to create a spreadsheet results in DB error.
Incorrect integer value: '' for column 'parentSheetId' at row 1
La requête était :
INSERT INTO `tiki_sheets` ( `title`, `description`, `author`, `parentSheetId` ) VALUES( ?, ?, ?, ? )
Valeurs :
Probo
admin
La requête construite était probablement :
INSERT INTO `tiki_sheets` ( `title`, `description`, `author`, `parentSheetId` ) VALUES( 'Probo', , 'admin', )
Stacktrace :
Chealer: I reproduced this on Tiki 7.2 on Windows. This is probably specific to MySQL running in strict mode.
I could not reproduce the issue on trunk (future Tiki 8), so I assume this was fixed.
Thanks for reporting and please reopen if you experience this in Tiki 8 or later.
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tikiwiki.org instance. To start, simply select a version and click on "Create show2.tikiwiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tikiwiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |