Loading...
 
Skip to main content

Calendars: error saving event when feature_jscalendar disabled

Status
Open
Subject
Calendars: error saving event when feature_jscalendar disabled
Version
18.x
20.x
Category
  • Bug
Feature
Calendar
Resolution status
New
Submitted by
Roberto Kirschbaum
Lastmod by
Roberto Kirschbaum
Rating
(0)
Description

When feature_jscalendar is disabled, there's an error message upon saving an event (seems to be ok in Tiki21):

System error.
The following error message was returned:

Column 'start' cannot be null
The query was:

INSERT INTO `tiki_calendar_items` (`user`,`calendarId`,`name`,`description`,`status`,`url`,`lang`,`allday`,`start`,`end`,`priority`,`locationId`,`categoryId`,`nlId`,`lastmodif`,`created`) VALUES (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
Values:

admin
1
gdfgdfgdf
dfgdfg

0

0
0
0
0
0
1576261805
1576261805
The built query was likely:

INSERT INTO `tiki_calendar_items` (`user`,`calendarId`,`name`,`description`,`status`,`url`,`lang`,`allday`,`start`,`end`,`priority`,`locationId`,`categoryId`,`nlId`,`lastmodif`,`created`) VALUES ('admin','1','gdfgdfgdf','dfgdfg','0',,,'0',NULL,NULL,'0','0','0','0','1576261805','1576261805')

Importance
3
Easy to solve?
5
Priority
15
Demonstrate Bug on Tiki 19+
Demonstrate Bug (older Tiki versions)
Ticket ID
7225
Created
Friday 13 December, 2019 18:46:59 UTC
by Roberto Kirschbaum
LastModif
Friday 13 December, 2019 18:46:59 UTC


Show PHP error messages