Loading...
 
Architecture / Installation

Architecture / Installation


Re: Database error adding calendar item

posts: 1092

The query should be
INSERT INTO `tiki_calendar_items` (`user`,`calendarId`,`name`,`description`,`status`,`url`,`lang`,`allday`,`start`,`end`,`priority`,`locationId`,`categoryId`,`nlId`,`recurrenceId`,`lastmodif`,`created`) VALUES ('admin','1','Staff Metting','Monthly staff meeting','1',,,'0','1244080800','1244084400','0','0','0','0',NULL,'1244007156','1244007156')
It is like this the adodb library is not doing its job. Did you do some change to this library?

There are no comments at this time.