Hello -

I utilized the 6.x-2.x-dev module in the following website www.nysba.com. I am finding that if you do NOT login to the site attempting to scroll the calendar (say from December 2009 to January 2010 and then from January 2010 trying to scroll on to February 2010 fails with this message:

Access denied
--------------------------------------------------------------------------------
You are not authorized to access this page

Any thoughts as to why this would happen? It seems odd that you would need to log in.

Comments

killes@www.drop.org’s picture

Status: Active » Closed (won't fix)

The URL that I get sent to when clicking on the arrow to go to Feb.
is http://www.nysba.com/newsite/index.php?q=protected-node&destination=even...

notice "protected-node". Some other module is interfering here. This is not an event.module issue.

netguistics’s picture

Priority: Normal » Critical
Status: Closed (won't fix) » Active

I would think it is. Here is why; when you do a property on the right arrow of the calendar you see it is pointing to

http://www.nysba.com/newsite/index.php?q=event/2010/02/17/month/all/all/1 (as today is the 17th)

I do agree that ultimately you get transfered to

http://www.nysba.com/newsite/index.php?q=protected-node&destination=even...

I would think that when the index.php page is called with the parameters:
q=event/2010/02/17/month/all/all/1

The event Modules code is what ultimately causes the redirect to the above.

Is there a way to see some type of debug log from the event module????

Thanks,
Kevin

japerry’s picture

Status: Active » Closed (outdated)

Event for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.