Page 1 of 1

Dashticz - Calendar - no more display after the 24/12

Posted: Monday 04 December 2023 16:32
by Doudy
No more display after 24/12

Image
Image

an idea ?
;)

Re: Dashticz - Calendar - no more display after the 24/12

Posted: Wednesday 06 December 2023 21:18
by Lokonli
I'll check.

Re: Dashticz - Calendar - no more display after the 24/12

Posted: Friday 08 December 2023 13:47
by Doudy
👍

Re: Dashticz - Calendar - no more display after the 24/12

Posted: Sunday 10 December 2023 10:19
by Lokonli
I can't reproduce the problem on my system, so I need your help. 4 questions, labeled below

1. What's the PHP version as reported by Dashticz? (click on Dashticz=> settings icon (upper right)=>Info)

Open Dashticz in Chrome, press F12 to open DevTools, Refresh Dashticz.
Then in DevTools => Console tab:

2. Which errors are reported?

Then in DevTools => Network tab: Filter on 'ical'

You now should see one network request, starting with 'index.php?time=....'
Right-click on the network request -> Copy -> Copy link address.

3. What is the exact link address?

then again, right click on the network request -> Copy -> Copy response

4. And paste the network response in the reply to this topic.

Re: Dashticz - Calendar - no more display after the 24/12

Posted: Monday 11 December 2023 8:51
by Doudy
Lokonli wrote: Sunday 10 December 2023 10:19 1. What's the PHP version as reported by Dashticz? (click on Dashticz=> settings icon (upper right)=>Info)
Open Dashticz in Chrome, press F12 to open DevTools, Refresh Dashticz.
Then in DevTools => Console tab:
PHP Version: 7.4.33
Lokonli wrote: Sunday 10 December 2023 10:19 2. Which errors are reported?
Then in DevTools => Network tab: Filter on 'ical'
You now should see one network request, starting with 'index.php?time=....'
Right-click on the network request -> Copy -> Copy link address.
http://192.168.129.186:8082/vendor/dash ... s&method=2
Lokonli wrote: Sunday 10 December 2023 10:19 3. What is the exact link address?
then again, right click on the network request -> Copy -> Copy response
4. And paste the network response in the reply to this topic.
I sent the data by PM

;)

Re: Dashticz - Calendar - no more display after the 24/12

Posted: Tuesday 12 December 2023 21:14
by Lokonli
The problem was caused by applying eventClasses to set the styling of an event, while the event was empty.

This bug is solved in latest Dashticz beta.

Re: Dashticz - Calendar - no more display after the 24/12

Posted: Wednesday 13 December 2023 7:51
by Doudy
👍