Forums / Install & configuration / Bug? View Caching and Image()?

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Bug? View Caching and Image()?

Author Message

Peter Schnuerer

Wednesday 15 June 2005 3:41:42 pm

Hello!

I do merge two images
Exponential 3.5.2
GD 2.0.23

{let
   postkarte=imagefile($node.object.data_map.image.content.imagemega.url)
   logo=imagefile('design/gallery/images/logo.jpg')
}

{image( $postkarte, array($logo, hash(halign, right, valign, bottom)))}

{/let}

The frist time I view the page, it works fine!

The second time I view the page it does not work any more. As soon as I disable view caching it works again.