I'm adding the Event module to my fresh drupal installation to get the calendar features on my site. The module shows up just fine in my modules page but when i click save settings i get the following error

Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 24 bytes)in /var/www/church/drupal/includes/database.mysql-common.inc on line 41

I have no idea what to do!

link|improve this question

75% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Your memory limit in PHP is too low. Here's how you may be able to increase it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.