Hello everybody,
I’m in front of a very strange problem…
All the datas is running perfectly on the scheduler from Json input and from the DataBase…
But when I simply change a date (2016 to 2017) of this line,
$parse_actions.='{ start_date: "'.$tab_date_action[2].'-'.$tab_date_action[1].'-[u][b]2015[/b][/u] 00:00:00", end_date: "'.$date_fin.'", commentaire: "'.$row_action['tache'].'", text:"11"'.$affich_recur.' }';
all datas from DB is not displayed anymore…
Do you have any ideas?
Thank’s