I'm getting the following error when I attempt to view the annual calendar on my web site

Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 2979524 bytes) in /home/.lukas/saintandrew/saintandy.org/includes/bootstrap.inc on line 735

Here is the web site

http://www.saintandy.org/calendar

Month and whatnot work fine but the year view spits out this error.

Comments

choster’s picture

Title: PHP memory problem » PHP out of memory problem

Looks pretty straightforward to me-- you ran out of memory. Have you tried increasing your PHP memory limit (http://drupal.org/node/29268 )?

Morn’s picture

Title: PHP out of memory problem » PHP out of memory problem, Fixed in Calendar module
Status: Active » Reviewed & tested by the community

This problem was fixed, see http://drupal.org/node/489722 , issue #10

arlinsandbulte’s picture

Status: Reviewed & tested by the community » Closed (duplicate)