Copied to clipboard

Flag this post as spam?

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


  • Tony Kiernan 278 posts 341 karma points
    Jul 11, 2012 @ 18:34
    Tony Kiernan
    0

    Rebuild media cache?

    Is there a simple way to do this?  I have a number of images that when I use

    <xsl:variable name="media" select="umbraco.library:GetMedia(imageHero, 0)" />

          <xsl:if test="$media">
              <xsl:value-of select="$media/umbracoFile" />
          </xsl:if>

    It outputs the umbracoWidth not the umbracoFile

    I know that is I save the image, all will be well.  But, somewhere when being used it keeps reverting.  I'm looking for the equivalent of deleting the umbraco.config and republishing for the media folder

    Any ideas?

  • Zakhar 171 posts 397 karma points
    Jul 12, 2012 @ 17:33
  • Mike Ryan 10 posts 91 karma points
    Nov 07, 2017 @ 22:36
    Mike Ryan
    0

    That is ContentService. Nothing about MediaService to reset the media side of things?

  • Mike Ryan 10 posts 91 karma points
    Aug 12, 2019 @ 16:37
    Mike Ryan
    0

    Try going to the Developer section -> "Examine Management" tab -> "InternalIndexer" & "ExternalIndexer", Click "Rebuild Index" for both enter image description here

Please Sign in or register to post replies

Write your reply to:

Draft