Le 02/09/2013 11:07, Ján Máté a écrit :
Hi Nicolas,
On Sep 2, 2013, at 10:45 AM, Nicolas Ecarnot nicolas@ecarnot.net wrote:
I kept reading error in Apache2 logs about a missing file : File does not exist: /home/sites/webcal/lib/jquery-2.0.2.min.js
and indeed, this file is called from the index.html file. In the lib directory, the file has the 2.0.3 version.
in the source code http://www.inf-it.com/CalDavZAP_0.9.1.2.zip there is no reference to jquery 2.0.2:
from index.html:
<script src="lib/jquery-2.0.3.min.js" type="text/javascript"></script>
so your situation still looks like misconfiguration.
I honestly don't know whatt happend, so I re-installed the complete .zip, restored the config.js and it worked.
Have you executed the cache_update.sh script?
I forgot to say that at every change, I execute this script and restart apache.
Do you use some Apache (or other web server) cache which uses the previous version of the index.html and not the latest version from the file system? ... try apache2 reload or restart
Have you tried to empty your browser offline cache?
The problem with firefox remainded after the re-installs and apache restart, but disapeared after a firefox browser cache cleanup ! :)
Next step for me : try to understand how a user can access and display multiple calendars (like in the demo of your website)...
CalDavZAP shows all calendars for the logged user ... if you want to display other users' calendars use delegation: true (+ configure your server privileges)
Very nice, just a browser cleanup and it is working fine.
Thank you for your help.
Have a nice day.