Loading...
 
Skip to main content

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
(0)
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/SpreadsheetsQuestion ! (already starting to work on trunk, so hopefully implemented in Tiki5 😉

Importance
6
Priority
30
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
1920
Created
Thursday 31 July, 2008 22:04:36 UTC
by Unknown
LastModif
Sunday 21 February, 2010 10:48:21 UTC


Show PHP error messages