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
Comment #1
cosmicdreams commentedWow, that sounds like a pretty big bug to me. I'll reassign
Comment #2
TobiasH commentedthats 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.
Comment #3
drewish commentedi'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.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.