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
Comment #1
pramudya81 commentedSmilar 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
Comment #2
Shiva_Nataraja commentedyepp 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.
Comment #3
clivesj commentedThis 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.
Comment #4
pramudya81 commentedclivesj
you're right
Thanks
Comment #5
toddy commentedMarking as fixed, thanks clivesj
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.