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

kevancummins’s picture

Here are links to same issue posted in date issues http://drupal.org/node/395978

karens’s picture

Status: Active » Closed (duplicate)

You posted this issue in three places. This is a duplicate.

KHofmeyer’s picture

I am having the same issue, is there a resolution?

felipe’s picture

Subscribing.

timl’s picture

Status: Closed (duplicate) » Needs work

+1 subscribe, this is still an issue for me too

merlinofchaos’s picture

Status: Needs work » Closed (duplicate)

People mark things duplicate for a reason.

joshk’s picture

Unfortunately 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

merlinofchaos’s picture

http://drupal.org/node/423492 contains precisely where the problem is and why. Probably the two should be merged.