Closed (fixed)
Project:
ImageField
Version:
6.x-3.10
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
14 Jul 2012 at 22:21 UTC
Updated:
27 Apr 2013 at 22:20 UTC
Is there a reason why an image field with more than 95 values would break the node save process or something?
I have an image field with unlimited values and once the user uploads the 96th, after saving, the node turns into unpublished and the authoring information disappears. Afterwards the user is no longer able to save any changes to the node. I had to go and delete the image field row in the database to be able to edit the node.
Any thoughts?
Thanks in advance!
Comments
Comment #1
quicksketchDrupal probably exhausts the total amount of memory available to PHP with that many images. You can increase the memory limit to PHP to overcome this.