Hi again. Forum ate my first post so let me try again.
I want pages on a web site to show a list of thumbnails. You click the thumbnail, big picture opens up. I thought the Gallery add-on would be what I was looking for.
I put this in my template:
[[!Gallery? &album=`[[*piclist]]` &toPlaceholder=`gallery` ]]
[[!GalleryItem]]
[[!+galitem.image:notempty=`
<a href="[[+galitem.image]]"><img class="mainpic [[+galitem.imgCls]]" src="[[+galitem.image]]" alt="[[+galitem.name]]" /></a>
`]]
<div class="gallery">[[+gallery]]</div>
Where "piclist" is a TV (type "gallery album") that is assigned to the template and can be changed later by the user. So the user can create an album, upload images and assign it to the page.
When I upload my images into the gallery, some of them appear as thumbnails. But others do not. Neither in the backend nor on the page. My first test album had only 2 images and they worked. The second album has 9 images. 3 out of those have a thumbnail and can be displayed, the other 6 do not. The files themselves appear to be intact. The checksums match and when I hover the mouse cursors over the filenames in the "Files" navigation tab, I get the image as a tooltip.
I have attached the MODx error log. There seems to be some problem with phpThumbOf but that's all I can make out. Any help would be appreciated.
The site is running in a shared hosting environment (Linux 3.10.5, PHP 5.3.29). The only other add-ons currently installed are Wayfinder, FormIt and TinyMCE. If you need any other info, please let me know.