Copied to clipboard

Flag this post as spam?

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


This forum does not allow new topics to be created, please use the v2 forum from now on.

  • Andrew Waegel 126 posts 126 karma points
    Dec 29, 2010 @ 22:06
    Andrew Waegel
    0

    init301URLTracker

    I'm also receiving the error that "init301URLTracker" is not found in /umbracro/config/create/ui.xml. I'm using v1.3 on Umbraco 4.5.2 and have reinstalled three times, and uninstalled the ASP.NET vulnerability patch as suggested in another post. Any ideas how to resolve this?

    Thanks,

    - Andrew

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Jan 04, 2011 @ 11:56
    Stefan Kip
    0

    You should add these lines to the ui.xml:

    <nodeType alias="init301URLTracker">
        <header>301 URL Tracker</header>
        <usercontrol>/create/create301URLTracker.ascx</usercontrol>
        <tasks>
            <create assembly="InfoCaster.Umbraco._301UrlTracker" type="Tasks301URLTracker" />
        </tasks>
    </nodeType>
    <nodeType alias="301URLTracker">
        <header>301 URL Tracker</header>
        <usercontrol>/create/create301URLTracker.ascx</usercontrol>
        <tasks>
            <delete assembly="InfoCaster.Umbraco._301UrlTracker" type="Tasks301URLTracker" />
            <create assembly="InfoCaster.Umbraco._301UrlTracker" type="Tasks301URLTracker" />
        </tasks>
    </nodeType>
  • 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