I changed from mysql_connect to PDO since PHP7 no longer supports mysql_connect.
I can render the scheduler properly, and can revise and move pre-existent events to the database, but when I create a new event it shows in red and does not write the data back to the database.
I have been trying to figure out how to fix this problem.
Any help would be appreciated.
Thanks,
========================================================
The following are the new substitutions with the code working on PHP5 previously:
For Loading data:
events.php
===================
scheduler.init(‘scheduler_here’,null,“month”);
scheduler.load("…/php/events.php?uid="+scheduler.uid());======================
For Connecting to dataprocessor on scheduler initialization:
scheduler.init(‘scheduler_here’,null,“month”);
scheduler.load("…/php/events.php?uid="+scheduler.uid());