I have a "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 615036 bytes)..." when trying to activate this module. are there specific requirements to run this module?

Comments

grandcat’s picture

Category: bug » support
Priority: Normal » Minor
Status: Active » Fixed

This is not a bug. You have to assign more memory to your php instance by using php's memory_limit value. To be able to manipulate images, more space of memory is needed, that's quite normal.
By the way, 33 MB isn't really enough to run Drupal itself.

ascetic’s picture

thanks for the explanation, yes I understand my server lacks of memory, I only use it for a test site. Perhaps because this is the first time I experience this problem when installing module, so my first assumption is there must be something with the module. well, I guess I was wrong.

Can't wait to test it on another server, thanks and sorry :)

grandcat’s picture

No problem.

Status: Fixed » Closed (fixed)

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