Copied to clipboard

Flag this post as spam?

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


  • Karel-Jan Van Haute 5 posts 85 karma points
    Mar 30, 2017 @ 13:17
    Karel-Jan Van Haute
    0

    uSync: Error undefined - undefined

    When I try to import data from uSync I get immediately this: error

    Is there a way to know what is going wrong? Is there like a log or something?

    Thanks

  • Kevin Jump 2348 posts 14896 karma points MVP 9x c-trib
    Mar 30, 2017 @ 13:27
    Kevin Jump
    0

    Hi,

    There should be details in the app_data/logs/ folder.

    and you can turn logging up in config/log4net.config

      <logger name="Jumoo.uSync">
        <level value="Debug" />
      </logger>
    

    But if you are using nuget make sure you have rebuilt your site after installing usync, as you can get an error like that if you don't.

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Mar 30, 2017 @ 13:30
    Dirk De Grave
    0

    First things to look at ~/App_Data/Logs, but you're probably still in "Info" mode, so best is to change to "Debug" mode for logging (log4net.config file in ~/Config folder) and re-run the import to get more info.

    Can't garantuee you'll get more info, but it's the best you could do now

    Settings to change to get more verbose logging:

    <priority value="Info"/>
    

    into

    <priority value="Debug"/>
    

    --Dirk

  • John Bergman 483 posts 1132 karma points
    Aug 31, 2019 @ 05:24
    John Bergman
    0

    I seem to get this a lot as well.. even with debug turned on, I have yet to see anything containing the word "undefined" in the debug log.

  • 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