Hiya,
Have a timeline based system up & working for several months, but now it’s all gone wrong…
(using mysql for elements and for events)
- Double-click to create new events WORKS
- Drag & drop events WORKS
- Double-click to edit an existing event NO LONGER WORKS
This WAS working, and to my knowledge no modifications have been made. When I click on an existing event (even single click), console shows:-
my_site/timetable/data/events_tr … iting=true
And if I open this in a new tab I get:
Fatal error: Uncaught exception ‘Exception’ with message ‘Incorrect incoming data, ID of incoming records not recognized’ in /var/www/html/timetable/common/connector/dataprocessor.php:66 Stack trace: #0 /var/www/html/timetable/common/connector/dataprocessor.php(82): DataProcessor->get_ids() #1 /var/www/html/timetable/common/connector/base_connector.php(490): DataProcessor->process(Object(DataConfig), Object(DataRequestConfig)) #2 /var/www/html/timetable/common/connector/base_connector.php(409): Connector->render() #3 /var/www/html/timetable/common/config.php(17): Connector->render_table(‘timetable’, ‘id’, ‘start_date,end_…’) #4 /var/www/html/timetable/data/events_tree_db.php(3): include(’/var/www/html/t…’) #5 {main} thrown in /var/www/html/timetable/common/connector/dataprocessor.php on line 66
I suspect that there may be something going wrong in the initial page load, but there aren’t any errors showing.
…HELP!