Hi guys,
I'm using the Acidfree module and I like it a lot...but one of the most useful & important feature doesn't work :(

I've installed the latest version of all modules and Drupal 4.7.4.

When I try to import a zip file or simply 5 jpg files in the mass import, I get this error:

Fatal error: Allowed memory size of 12582912 bytes exhausted (tried to allocate 151297769 bytes) in /web/htdocs/www.MYDOMAIN.com/home/includes/common.inc on line 512

with about 200kb (or less) of content.
I would try to point to the files that are already stored in the server, but I have all the options
- Comment Settings
- File Attachements
- Import Local files
disabled.

If I try to put the local path (files/xxxxx.zip) I obviously get error in the page.
Any help?

Comments

vhmauery’s picture

Status: Active » Closed (fixed)

You are running out of memory. Drupal is a memory hog. Drupal using GD is even worse. Drupal using GD on very large (>2MP) images is terrible. Increase your maximum memory limit in your php.ini file to something greater than 32. If that doesn't work, increase it until it does.