Posted by pedro_goncalves on July 14, 2012 at 10:21pm
3 followers
Jump to:
| Project: | ImageField |
| Version: | 6.x-3.10 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | pedro_goncalves |
| Status: | closed (fixed) |
Issue Summary
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
#1
Drupal 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.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.