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.

  • Connie DeCinko 931 posts 1159 karma points
    Aug 19, 2010 @ 22:47
    Connie DeCinko
    0

    The create dialog for "init301URLTracker" does not match anything defined in the "~/umbraco/config/create/UI.xml".

    Getting the following error when I right click and chose Create.  Using v.4.5.1.

    The create dialog for "init301URLTracker" does not match anything defined in the "~/umbraco/config/create/UI.xml". This could mean an incorrectly installed package or a corrupt UI file

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Aug 19, 2010 @ 23:05
    Stefan Kip
    0

    Jup, got the same error here... Will fix this soon, thanks a lot for reporting!

  • Connie DeCinko 931 posts 1159 karma points
    Aug 26, 2010 @ 22:58
    Connie DeCinko
    0

    Have you had a chance to look at this?

     

  • Connie DeCinko 931 posts 1159 karma points
    Sep 22, 2010 @ 07:25
    Connie DeCinko
    0

    Upgraded to Umbraco 4.5.2.  The 404 errors are being logged, however I get this error if I try and create a node for redirection:

    The page cannot be displayed because an internal server error has occurred.

  • Richard Soeteman 3875 posts 12037 karma points MVP
    Sep 22, 2010 @ 08:50
    Richard Soeteman
    0

    Hi,

    This package doesn't completely work yet in 4.5.x and I assume you are also using the "ASP.NET Security Vulnerability Patch" package? That could cause the internal error.

    Cheers,

    Richard

  • Stefan Kip 1606 posts 4098 karma points c-trib
    Sep 22, 2010 @ 09:22
    Stefan Kip
    0

    Just like Richard says; I haven't been able to fix this bug, got too much to do at work at this point, so it's be a bit delayed.

  • Connie DeCinko 931 posts 1159 karma points
    Sep 22, 2010 @ 20:56
    Connie DeCinko
    0

    In removed and reinstalled, so now no more error.  Just not getting all the features it seems.

     

  • Maxemilian Hilbrand 13 posts 37 karma points
    Nov 14, 2011 @ 17:22
    Maxemilian Hilbrand
    3

    This problem still exists, and you can simply fix it:

    • Search for the file <webroot>/umbraco/config/create/UI.xml
    • Insert the following lines to the end of this file, before the closing </createUI>:

     

      <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" />
        </tasks>
      </nodeType>

    This will fix the issue described above.

    Max

     

    We also provide useful information about configuration issues in our expert blog (German)

  • Maxemilian Hilbrand 13 posts 37 karma points
    Nov 14, 2011 @ 18:25
    Maxemilian Hilbrand
    1

    Additionally, when this error occurs, the installer might also have had the problem to write to the 404handlers.config file.

    To enable 301 URL Tracker as error handler, alter the 404handlers.config file found in your UmbracoRoot/config/ directory and add the following line before the "handle404" error handler:

      <notFound assembly="InfoCaster.Umbraco._301UrlTracker" type="Handler301URLTracker" />

    You might also have to recycle the application pool to reload this config file.

     

    Regards,

    Max

    Find more information about redirecting and migrating from Wordpress, Typo3, Joomla and any other php based system at our expert blog (German)

  • Anthony Candaele 1197 posts 2049 karma points
    Dec 06, 2011 @ 16:07
    Anthony Candaele
    0

    @Max Thanks a lot, this solved my problem.

    greetings,

    Anthony

  • 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