Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • troinau 3 posts 23 karma points
    Apr 30, 2014 @ 11:13
    troinau
    0

    ImageGen error when cache macro page

    I using Umbraco version 7.1.1, size image don't change if cache macro page.

     

  • Jan Skovgaard 11258 posts 23500 karma points MVP 7x admin c-trib
    Apr 30, 2014 @ 15:28
    Jan Skovgaard
    0

    Hi tronau and welcome to our :)

    Could you show a screendump of your cache settings?

    Cheers, Jan

  • troinau 3 posts 23 karma points
    Apr 30, 2014 @ 18:22
    troinau
    0

     Hi Jan Skovqaard. thanks for help

    when setting cache macro, have properties timestamp link image, ImageGen don't load image

    img src="/ImageGen.ashx?image=/media/1012/medium-af6671ec5dcf4263b1f59e0c6f09eb62-650.jpg&width=100?timestamp=1398874662028

    if remove timestamp, ImageGen is ok.

    setting cache macro

     

     

  • Douglas Robar 3570 posts 4671 karma points MVP ∞ admin c-trib
    Apr 30, 2014 @ 19:53
    Douglas Robar
    0

    Hi, Troinau,

    Looks like a simple problem... you have two ? characters on the querystring, which will cause problems. You'll want to use & for all but the very first parameter. Something like:

    img src="/ImageGen.ashx?image=/media/1012/medium-af6671ec5dcf4263b1f59e0c6f09eb62-650.jpg&width=100&timestamp=1398874662028

    cheers,
    doug.

  • troinau 3 posts 23 karma points
    Apr 30, 2014 @ 20:23
    troinau
    0

    Hi Douglas Robar

    it's ok. Thanks for help.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies