Hello,
Since upgrading to mysql 5.x, one of my PHP applications is giving this error:
I have no idea what is wrong with the query...Error:db::query() failed.
ERROR MESSAGE IS: Failed to run Query:
insert into ec_event ( title, description, start_date, use_time, use_end_date, end_date, repeat, repeat_untill, repeat_mode, repeat_weekday, repeat_monthly_mode, repeat_every_number, repeat_every_weekday, repeat_every_month, active ) values ( 'Title goes here', 'Description goes here', '1235683200', '1', '', '1235683200', '', '1235721540', '', '4', '1', '1', '0', '0', '1' )
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'repeat, ' at line 8
... any ideas?







Bookmarks