I tried to add image modules and get this now:

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 6144 bytes) in /export/home/bo/boomingpunt.com/public_html/modules/system/system.install on line 3498

when I try to administer

Comments

cosmicdreams’s picture

Project: » Image
Version: » 5.x-1.x-dev
Component: accessibility » image.module

Wow, that sounds like a pretty big bug to me. I'll reassign

TobiasH’s picture

thats a php error. drupal with some modules installed needs more than 8mb memory. you must set more memory in php.ini:
memory_limit = 20 MB or something else.
if you are not allowed to change php.ini you should contact your server-admin.

hope I could help.

drewish’s picture

Category: bug » support
Status: Active » Fixed

i'm guessing you're trying to upload a large file and it's failing when it tries to resize it. if your server has imagemagick installed you can try using that toolkit instead.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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