Copied to clipboard

Flag this post as spam?

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


  • Mohammed BOUTEBEL 64 posts 103 karma points
    Apr 01, 2016 @ 13:38
    Mohammed BOUTEBEL
    0

    uSync export works, but import does nothing ( uSync 2.5.0 on Umbraco 7.1.x)

    Hi.

    I'm facing a weird issue. I have installed uSync 2.5.0 from nuget on a umbraco 7.1.4 web application.

    No error at the installation. I can export datas, the uSync folder is modified as expected.

    But when I want to import something, I have the message "Doing stuff... can take a little while" when uSync is supposed to import datas, and "Imported everything from ~/uSync/" when the process is supposed to be done.

    But the modifications are not imported. None of them.

    I found no error, except a javascript error : "document.getElementById("usyncupdated").style.visibility = "hidden";"

    And nothing in the umbraco logs about uSync.

    Can you help, please ?

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Apr 01, 2016 @ 13:57
    Kevin Jump
    0

    Hi,

    that certainly is a bit strange. can you have a look in the umbraco log /app_data/logs and see if there is any clues as to why it's not working.

    also if you change the debug level for logging of usync

    Add

      <logger name="jumps.umbraco.usync">
        <level value="DEBUG" />
      </logger>
    

    just above the closing </log4net> line in log config/log4net.config (or just change the existing Info to Debug in the root config in the same file)

    you 'should' get lots of information in the log file that might help us work out what's going on.

  • Mohammed BOUTEBEL 64 posts 103 karma points
    Apr 01, 2016 @ 15:42
    Mohammed BOUTEBEL
    0

    Hi Kevin. Thanks for your reply. Indeed, now I have a lot of thing concerning uSync. I can't copy/paste the log file here because it is huge. Can I send it to you ? I changed a dictionnary item value and i found the new value in the log file, but in the backoffice, the dictionnary item value remains the same. And i found no error, just infos about what usync has done.

  • Mohammed BOUTEBEL 64 posts 103 karma points
    Apr 05, 2016 @ 09:03
    Mohammed BOUTEBEL
    0

    Anyone can help me ? I'm stuck with this issue. I absolutely need uSync to work :(

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    Apr 05, 2016 @ 13:06
    Kevin Jump
    0

    Hi

    I am a bit snowed under but if you send over the logs ([email protected]) I will have a quick look and see if i can spot anything obvious).

Please Sign in or register to post replies

Write your reply to:

Draft