The calls to include calendar_api.inc are failing due to my hosting environment. I made the following change to resolve the issue. Is there an alternate solution, that you prefer, to the problem.

All entries of ...

include_once('calendar_api.inc');

were changed to ...

include_once(drupal_get_path('module', 'calendar') .'/calendar_api.inc'); 

THanks!

Comments

KarenS’s picture

Status: Active » Fixed

Fixed in latest commit. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)