Copied to clipboard

Flag this post as spam?

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


  • Andreas Kaltenhuber 107 posts 286 karma points
    Jan 20, 2016 @ 15:32
    Andreas Kaltenhuber
    0

    Alternative Template broken (7.3.5) - BUG?

    Hi,

    is anyone experiencing troubles with alternative templates. i just updated a 7.3.1 installation to 7.3.5 and since then, my ajax calls to alternative Templates on my content pages are broken an return a 404.

    in 7.3.1 my calls to alternative Templates worked this way eg:

    http://mydomain.com/content1/getJsonFormat

    now i have to use:

    http://mydomain.com/content1?altTemplate=getJsonFormat

    which is OK, but breaks upgrading most of our installations, as we often use this features.

    thx, Andreas

  • Erik Rosenlew 7 posts 38 karma points
    Jan 24, 2016 @ 06:32
    Erik Rosenlew
    0

    Hi,

    I'm also having same kind of troubles with altTemplate and 7.3.5.

    thx, Erik

  • Nicholas Westby 2054 posts 7103 karma points c-trib
    Jan 24, 2016 @ 07:19
    Nicholas Westby
    0

    Try setting this in your umbracoSettings.config:

    <web.routing
      disableAlternativeTemplates="false">
    </web.routing>
    

    Not sure if that's the issue, but I do know this setting was introduced recently.

  • Erik Rosenlew 7 posts 38 karma points
    Jan 24, 2016 @ 07:36
    Erik Rosenlew
    0

    Thank you Nicholas

    Checked that and the setting is "false", which should be the correct setting. Also tried adding a host name, no effect.

    thx Erik

  • Andreas Kaltenhuber 107 posts 286 karma points
    Jan 26, 2016 @ 07:59
    Andreas Kaltenhuber
    0

    That is not the issue, this setting is "false" too in my case and doesn't work as expected. not able to access alternative templates the "short" way

    seems to me like a bug in >= 7.3.5

    andreas

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Jan 26, 2016 @ 08:01
    Stefan Kip
    0

    You could create a bug report? http://issues.umbraco.org/

  • Andreas Kaltenhuber 107 posts 286 karma points
    Jan 26, 2016 @ 08:06
    Andreas Kaltenhuber
    0

    i just submitted an issue U4-7830

  • Dennis Aaen 4500 posts 18255 karma points admin hq c-trib
    Jan 26, 2016 @ 09:16
    Dennis Aaen
    0

    Hi Andreas

    If you need this working right now perhaps you can use the workaround that Neil Gaietto is suggestion in this issue http://issues.umbraco.org/issue/U4-7787

    /Dennis

Please Sign in or register to post replies

Write your reply to:

Draft