Editor can not create a Tiki Sheet
- Status
- Closed
- Subject
- Editor can not create a Tiki Sheet
- Version
- 2.x
- Category
- Error
- Feature
- Spreadsheet
- Resolution status
- Fix on the Way
- Submitted by
- SEWilco
- Lastmod by
- Xavi (as xavidp - admin)
- Rating
- Description
User with Editor plus sheet edit permission tried to create a Tiki Sheet in v2.0RC4 -Arcturus-.
An error occured in a database query!
Context:
File tiki-sheets.php
Url tiki-sheets.php
Query:
INSERT INTO `tiki_sheets` ( `title`, `description`, `author` ) VALUES( ?, ?, ? )
Values:
0 testsheet
1 this is a test
2 NULL
Message:
Column 'author' cannot be null
Built query was probably:
INSERT INTO `tiki_sheets` ( `title`, `description`, `author` ) VALUES( 'testsheet', 'this is a test', NULL )- Solution
fixed on svn for trunk, proposals/4.x and proposals/3.x. It will be Hopefully fixed in the new stable releases from each branch. thanks space_egd for reporting the fix! 😊.
And by the way, those interested in the dev:Spreadsheet feature, stay tuned with the new development to implement a friendly GUI for spreadsheet such as the one with jquery.sheet.See report of evolution in http://dev.tikiwiki.org/Spreadsheets
! (already starting to work on trunk, so hopefully implemented in Tiki5 😉- Importance
- 6
- Priority
- 30
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 1920
- Created
- Thursday 31 July, 2008 22:04:36 UTC
by Unknown - LastModif
- Sunday 21 February, 2010 10:48:21 UTC