I get this error message when I try to enable the Weather module:
-----------------------------------
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 122880 bytes) in /home/mysite/public_html/drupal/sites/all/modules/weather/weather.install on line 4176
-----------------------------------

Not sure what to do with this, so will un-install for now.
Thanks
Steve

Comments

pramudya81’s picture

Version: 6.x-2.2 » 5.x-6.1

Smilar case here. I am using weather-5.x-6.1.tar.gz

The error for me was
Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7864320 bytes) in /home1/mysite/public_html/sites/all/modules/weather/weather.install on line 2623

Thus I cant enable the module.

Urgent pls

Regards

Shiva_Nataraja’s picture

yepp also me i had this error now in version 6.x - 2.2. and after this another problem which maybe belongs together (see issue above). will check now if my database got corrupted.

clivesj’s picture

This usually means that your PHP memory-allocation isn't large enough. You will have to increase that value. See php.net and also http://drupal.org/node/76156.

pramudya81’s picture

clivesj

you're right

Thanks

toddy’s picture

Assigned: Unassigned » toddy
Status: Active » Fixed

Marking as fixed, thanks clivesj

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.