Hi,
I have a strange problem with a customer site.
Using pThumb seems to generate the thumbs, but the snippet call generates an image path based on the server path and not the base url.
Chunk: imageGalleryRow
<li><a href="[[getImageSize:gt=`490`:then=`[[+image:phpthumbof=`w=490&zc=1`]]`:else=`[[+image]]`? &dimension=`width` &src=`[[+image]]`]]" class="fancybox" rel="group" title="[[+text]]"><img src="[[+thumbnail:is=``:then=`[[+image:phpthumbof=`w=160&h=160&zc=1`]]`:else=`[[+thumbnail]]`]]" alt=""></a></li>
Generates:
<li><a href="/customers/0/0/0/domain.net/httpd.www/assets/image-cache/Julshow.53697a56.jpg" class="fancybox" rel="group" title="Back stage at Onstage, Scandinavium"><img src="/customers/0/0/0/domain.net/httpd.www/assets/image-cache/Julshow.aca4c92f.jpg" alt=""></a></li>
The image path in the TV "image" is correct, and the thumbnails are generated just fine. If I remove the "server path", using Developer tools, and only request the URL starting from "/assets..." the image is loaded in the frontend.