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
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.
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:
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
Jup, got the same error here... Will fix this soon, thanks a lot for reporting!
Have you had a chance to look at this?
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.
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
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.
In removed and reinstalled, so now no more error. Just not getting all the features it seems.
This problem still exists, and you can simply fix it:
This will fix the issue described above.
Max
We also provide useful information about configuration issues in our expert blog (German)
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)
@Max Thanks a lot, this solved my problem.
greetings,
Anthony
is working on a reply...
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.