I'm not sure if this should go here on in calendar, panels or date issues so am posting it in all 3 (see http://drupal.org/node/395936).
I have a propblem on my site and have tested it with a fresh install of Drupal 6.10 with following modules installed:
Calendar 6.x-2.0 | Date 6.x-2.0 | Views 6.x-2.3 | Panels 6.x-2.0-alpha3 |Content Construction Kit (CCK) 6.x-2.1
I've also tested this with Panels 6.3x-3.0-alpha2.
The calendar page view http://localhost/calendar/ works fine until I place the calendar page view inside a panel pane.
The panel page URL is http://localhost/node/3 and I have inserted the calender page view into a pane on the panel page. The calendar shows the current month March. When I click on next the link takes me to http://localhost/node/3?=calendar/2009-04 but the calendar month displayed remains the same and displays March. Same if I click prev - the URL is http://localhost/node/3?=calendar/2009-02 but it displays Mar. It's not possible to move through the months to May, June etc.
Also links to Year, Day, Week etc do nothing.
Comments
Comment #1
kevancummins commentedHere are links to same issue posted in date issues http://drupal.org/node/395978
Comment #2
karens commentedYou posted this issue in three places. This is a duplicate.
Comment #3
KHofmeyer commentedI am having the same issue, is there a resolution?
Comment #4
felipe commentedSubscribing.
Comment #5
timl commented+1 subscribe, this is still an issue for me too
Comment #6
merlinofchaos commentedPeople mark things duplicate for a reason.
Comment #7
joshk commentedUnfortunately all these got marked duplicate, and it's still a valid bug. I think the right place for the fix is probably in the date module, since it has to do (I think) with the view type that the date module defines. Helpful code is here:
http://drupal.org/node/395936#comment-1896488
Comment #8
merlinofchaos commentedhttp://drupal.org/node/423492 contains precisely where the problem is and why. Probably the two should be merged.