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
- 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
0
1
gdfgdfgdf
dfgdfg0
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+
-
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
- 7225
- Created
- Friday 13 December, 2019 18:46:59 UTC
by Roberto Kirschbaum - LastModif
- Friday 13 December, 2019 18:46:59 UTC