I have a big problem with calendar module, I have searched for a long time but I don't find an issue.
First of all my configuration is CMS 1.5.2, Calendar 1.0 and CGExtension 1.15.
My problem :
I have on my home page a calendar (grid format). I have created events in february 09 and december 08.
I display the content of an event in an other page with the attribute "detailpage".
Now I want to test the calendar, I'm on the home page and I click on one event of the calendar in february ==>
the event page displays all the events of february, it's OK.
Now I return on the home page and I choose an event in december ==> the events page displayed is still february !!!
This error drive me crazy, please help me

The code of the calendar in the home page :
Code: Select all
{cms_module module='Calendar' lang="fr_FR" summaries='0' detailpage='events'}
Code: Select all
{cms_module module='Calendar' display='list' lang='fr_FR' limit='3' detail='1'}
Thanks for your answers and sorry for my bad english...