Search found 4 matches
- 06 Jun 2025, 10:26
- Forum: Bug report
- Topic: Repeating / Recurring Tasks Error: 500
- Replies: 6
- Views: 16992
Re: Repeating / Recurring Tasks Error: 500
Hi, I got the fix... I replaced this block... $sql = "DELETE FROM planning_periode WHERE parent_id = " . $periodeTmp->parent_id . " AND date_debut > " . val2sql($periodeTmp->date_debut); db_query($sql); with... if (!empty($periodeTmp->parent_id) && !empty($periodeTmp->dat...
- 05 Jun 2025, 19:18
- Forum: Bug report
- Topic: Repeating / Recurring Tasks Error: 500
- Replies: 6
- Views: 16992
Re: Repeating / Recurring Tasks Error: 500
Hi. thanks for your prompt assistance. I added a task on the demo site.
Task Title: test ab1
Task date: 30/06/2025
I used repeat monthly, every month until 10/11/2030
- It did not display error.
-- on return to view the saved task, the repeat shows "no repeat"
Task Title: test ab1
Task date: 30/06/2025
I used repeat monthly, every month until 10/11/2030
- It did not display error.
-- on return to view the saved task, the repeat shows "no repeat"
- 05 Jun 2025, 12:26
- Forum: Bug report
- Topic: Repeating / Recurring Tasks Error: 500
- Replies: 6
- Views: 16992
Re: Repeating / Recurring Tasks Error: 500
This is the content of the error log. Hope you can help... ----- [05-Jun-2025 14:23:56 Europe/Paris] PHP Fatal error: Uncaught mysqli_sql_exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'AND date_debut...
- 05 Jun 2025, 07:54
- Forum: Bug report
- Topic: Repeating / Recurring Tasks Error: 500
- Replies: 6
- Views: 16992
Repeating / Recurring Tasks Error: 500
Creating any task works fine. But when creating a task that repeats gives Server Error: 500
Reviewed folder permissions & PHP version, no fix yet.
Please assist. Many thanks!
Reviewed folder permissions & PHP version, no fix yet.
Please assist. Many thanks!