Copied to clipboard

Flag this post as spam?

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


  • Anders Aleborg 35 posts 67 karma points
    Dec 30, 2010 @ 09:28
    Anders Aleborg
    0

    Version for Umbraco 4.5.2?

    Hi, 

    Any plans on updating the package so that it works for 4.5.2? 

  • Darren Ferguson 1022 posts 3259 karma points MVP c-trib
    Dec 30, 2010 @ 09:39
    Darren Ferguson
    0

    It does work with 4.5.2. I run it on two or three 4.5.2 sites.

  • Anders Aleborg 35 posts 67 karma points
    Dec 30, 2010 @ 11:13
    Anders Aleborg
    0

    ok, I get the error 

    The resource cannot be found.

    Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. Requested URL: /umbraco/~/umbraco/plugins/FergusonMoriyama/AutoLink/Config.asp

    And using the macro 

    <umbraco:Macro Alias="AutoLink" runat="server"></umbraco:Macro>

    instead of

    <umbraco:Item field="bodyText" runat="server"></umbraco:Item> 

    dont render the body text

  • Elwyn 8 posts 28 karma points
    Feb 10, 2011 @ 23:06
    Elwyn
    0

     

    I get the same error as Anders.

    Clicking on Developer -> Ferguson Moriyama -> Auto Link, I get the 404 posted above.

    And using the macro that is created during the package install causes no content to render at all.

    This is on a fresh 4.6.1 (Assembly version: 1.0.4029.25836) install, using the business website starter kit.

     

    ------

    Edit:

    I can get to the config page by manually entering the URL. (the issue appears to be an extra slash in the URL)

    http://my-local-site/umbraco/ -->  /  <--   plugins/FergusonMoriyama/AutoLink/Config.aspx

     

    But the other more pressing issue is no content beng rendered when switching out:

    <umbraco:item id="Item1" runat="server" field="bodyText"></umbraco:item>

    for this:

    <xsl:value-of select="fmautolink:Link($currentPage/data[@alias = 'bodyText'])" disable-output-escaping="yes"/>
  • Alex Papakyriacou 4 posts 33 karma points
    Oct 23, 2011 @ 11:10
    Alex Papakyriacou
    0

    Hey everyone

    Is there an update on this? I am also getting a 404 error.

    Regards,
    Alex

    Edit: I am trying to do this on a localhost - I don't know if that would make a difference.

  • Alex Papakyriacou 4 posts 33 karma points
    Oct 24, 2011 @ 11:08
    Alex Papakyriacou
    0

    For anyone else having this issue, this is what fixed it for me:

    I went to web.config and removed the tilda (~) from:

    <add key="umbracoPath" value="~/umbraco" />
Please Sign in or register to post replies

Write your reply to:

Draft