Hey,
when I try to upload the 26th image in a gallery formatter field it replaces the 25th image.
So I cannot upload more than 25 images apparently. (The field is set up to allow unlimited values.) In this cicumstance no error information is given but instead the message appears that the article has been updated although I didn't save it yet! But when I refresh the page I see that the previous image has been replaced.
Also in Google Chrome some layout problems occur due to malformed HTML. See attached image. So I tried it in Firefox but when I upload the 26th image something even more strange happens: Firefox lets me download the returned JSON response instead of processing it. The response is around 150 KB. Maybe there is a request/response limit for JSON which is exceeded after 25 images? I'm pretty helpless about this issue.
Or maybe this is a Drupal limitation and does not have anything to do with the gallery formatter? I haven't tried it in a non-gallery-formatter field.
Thanks for your help.
| Comment | File | Size | Author |
|---|---|---|---|
| gallery_layout_error.png | 28.19 KB | Tobion |
Comments
Comment #1
manuel garcia commentedGalleryformatter doesn't do anything when you upload images, it only kicks in when you are about to view them. It could be a bug in drupal core perhaps, check if it happens when you aren't using galleryformatter's "jQuery gallery" for viewing it (no need for setting up a new field).
Comment #2
Tobion commentedYeah it seems to be a Drupal core isssue. I found the corresponding bugs:
http://drupal.org/node/682038
http://drupal.org/node/1059268
Comment #3
manuel garcia commentedThanks Tobion for posting your findings, I'm sure other people using the module will run into this.