Closed (fixed)
Project:
Image
Version:
6.x-1.x-dev
Component:
image.module
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2008 at 17:38 UTC
Updated:
16 Aug 2008 at 12:44 UTC
not sure what went wrong but there seems te be an big error in the image.module
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 1800 bytes) in ../public_html/new/includes/image.gd.inc on line 95
Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 73 bytes) in ../public_html/new/includes/database.inc on line 102
Comments
Comment #1
drewish commentedyou need to increase php's memory limit, edit the php.ini. or move to the imagemagick toolkit... if you search through the closed issues you'll find this is a duplicate of a ton of issues.
Comment #2
jorisx commentedhmm ok
I've added this to the settings.php
which helped :)
do you know when a final release for 6 will be ready ?
(i'm working on a production site with drupal 6 and I love it!)
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
smitty commentedI think this is a very stupid error. And you can't avoid it if you only have a limited memory on the server, ImageMagick isn't available and a user is going to upload huge images.
So: Isn't it possible to compare the needed memory for the processing of the image with the available server-memory and give the user a Drupal-error-message before the server displays a fatal error?
Comment #5
Hetta commentedFeature requests go to 6.x-whatever first.
Please don't reopen closed issues; instead, make a new issue, preferably with a patch towards your suggestion.
Thanks.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.