I am working on a brand new installation of Drupal 7. I am trying to set up images with Node Gallery, but the images do not appear. When I set up images with a new content type and make the field Image, the images appear just fine. Can't figure out what to change to get the images to appear with Node Gallery.

Here's how the code in the source appears:
<div class="field field-name-node-gallery-media field-type-file field-label-hidden"><div class="field-items"><div class="field-item even"><img typeof="foaf:Image" src="http://domainname/sites/default/files/styles/node_gallery_display/public/node_gallery/signed_payload.jpg?itok=bD2ZhJ6N" width="600" height="450" alt="" /></div></div></div> </div>

Comments

leoraw’s picture

I solved my own problem - it turns out the styles for Node Gallery are nested in several folders. I needed to raise the permissions on those inner folders to get the images to appear. That's why some images appeared and some did not.

AdamBernstein’s picture

I'm having the same issue - can you post which folders you raised permissions on for the images to show up?

charlesrkiss’s picture

Issue summary: View changes

I had this problem and found that by going to Administration>Configuration>Media: deleting the Public file system path "sites/default/files," then saving: errors report. I then re-enter the identical path "sites/default/files," and save. No errors. All further gallery items and thumbnails were uploaded properly.

VM’s picture

Status: Active » Closed (fixed)

Based on the OP's follow up in comment #1 this can be marked as fixed.

lohner’s picture

I believe I have a similar issue that the above fix will not resolve. Out-of-the-box everything works as expected. However, when I try to make my own content types and use a new relationship the images will not display on the Gallery(no issue with Gallery Item)

Is anyone else having this problem?