Copied to clipboard

Flag this post as spam?

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


  • Frans Jan Poort 2 posts 22 karma points
    Mar 20, 2015 @ 14:03
    Frans Jan Poort
    0

    An error occured while importing the redirects

    I had SEO Checker installed on my local machine to test things out with the redirect import via Excel documents. Once I checked the files in via SVN, some were still missing in the first place, resulting in a blank page in Umbraco's SEO checker on other machines. I think I have most of them restored by now, because SEO Checker is showing up in Umbraco on other machines, but once I try to upload a .xlsx to import my redirects I get this error: "an error occured while importing the redirects". 

    Did I forget to include some files in SVN that handles this action or is something else causing the error? The importing works on my local machine.

  • Frans Jan Poort 2 posts 22 karma points
    Mar 25, 2015 @ 14:14
    Frans Jan Poort
    0

    Currently I can import a .xlsx file onther machines, but when I manually want to add a redirect, I'm getting the following error message:

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

    I assume I'm still missing something?

  • Jc 1 post 23 karma points
    May 28, 2015 @ 00:40
    Jc
    2

    Probably a bit too late for the answer but I added this on: ~/umbraco/config/create/UI.xml and worked for me.

    <nodeType alias="seocheckerRedirectManager" legacyAlias="seochecker">
        <header>Scheduled task</header>
        <usercontrol>/plugins/seochecker/usercontrols/createredirectcontrol.ascx</usercontrol>
        <tasks>
          <delete assembly="SEOChecker.Core" type="Umbraco.Tasks.DeleteTask" />
        </tasks>
      </nodeType>
  • Frans Jan Poort 2 posts 72 karma points
    Oct 03, 2016 @ 08:16
    Frans Jan Poort
    0

    Recently had the same problem, and your solution works perfectly! Thanks

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Oct 03, 2016 @ 08:43
    Richard Soeteman
    0

    Sorry got no notifications about this but great it's solved

Please Sign in or register to post replies

Write your reply to:

Draft