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

quicksketch’s picture

Category: bug » support
Priority: Critical » Normal
Status: Active » Fixed

Is there a reason why an image field with more than 95 values would break the node save process or something?

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.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.