Hello,
i have this problem:
custom content type with image field allowing multiples upload and galleria as formatter in view.
Also the node-view has been customized through page manager.

Steps:
i add a new node,
upload 2 images on that field, (this goes fine, because i can see the images in the directory)
save,
go to the node page
only one image shows up in the gallery.

edit the node
add other multiple images
everything shows up.

Any clue?

Thanks

Comments

kroimon’s picture

This sounds similar to #1319268: PHP Notices when creating node.

The Galleria module isn't responsible for the image uploading, this is part of the image core module.
Are you using the latest version of the Drupal core?

zikaelismik’s picture

Status: Active » Closed (fixed)

I'm using 7.8,
I supposed it was possibly not Galleria related.
I made a few changes to my content type (i simply removed one field that i dont need) and now it seems that everything is working fine.

I really really don't know what happened, maybe some strange conflict somewhere, but since a few days it seems i'm able to upload any image in one step and they are showing just fine.
Thanks!