[img upload] Fatal error: Allowed memory size exhausted!
ThePeach - September 5, 2006 - 15:20
This is more or less the followup of this thread
Which lead to this bug report
Now that I've disabled captcha I got this when trying to upload an image:
Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 6400 bytes) in /web/htdocs/www.smartart.it/home/includes/image.inc on line 288
the maximum memory for php is correct as suggested in some faq on drupal.org (12MB as you can see).
currently I have these modules active:
- Aggregator
- comment
- contact
- image
- image_gallery
- img_assist
- locale
- menu
- page
- poormanscron
- profile
- search
- statistics
- story
- taxonomy
- upload
those marked in strong are the latest added and enabled.. I'm trying to disabling some to see if this is related to what.
Any help will be appreciated.

Memory exhausted
There are various threads about this, but note that memory is used by installed modules regardless of whether they are active. It may help to delete some that are not active.
hmmm
I've deleted the directories of textimage captcha and poormanscron
I've disabled the Aggregator but still same error:
(tried to allocate 6400 bytes)really dunno what to check else... :desperate: :cry:
GMap
I had GMap uploaded and ready to install when this happened to me. Actually, I was trying to edit an Audio node when I got the message. Removing the GMap directory and not bothering with that module seems to have worked for me.
(I know that this may not be directly relevant to ThePeach's original question, but I found this thread via Google and wanted to add this in case anybody else stumbles upon it as I did.)
And I found this via Google as related to the Gmap module.
At the same time, I'm seeing the throttle module going bonkers with 'Call to undefined function: format_plural()'
Memory leak somewhere on a LAMP? Unlikely, but...
KnowProSE.com
Your2ndplace.com
if u hav access to php.ini
if u hav access to php.ini ,
open php.ini file and change memory_limit = 8M to 14m or 16m
sudhir
http://www.jyog.com