Copied to clipboard

Flag this post as spam?

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


  • lori ryan 239 posts 573 karma points
    Apr 09, 2018 @ 13:00
    lori ryan
    0

    Unsyc Content Edition

    Hi Kevin Firstly love Unsync it does exactly what I need. Just trying to get usyncContentEdition working with mysite. I can see the content uSync\data\Content data and my new content in the folder however its not importing the data.

    Ive tried restarting the app pools and http://mysite/umbraco/dialogs/republish.aspx?xml=true however it still hasnt imported the content.

    I can see the following in the usyncbackoffice.config

    <!-- content edition - if installed -->
        <HandlerConfig Name="uSync: ContentHandler" Enabled="true" />
        <HandlerConfig Name="uSync: MediaHandler" Enabled="true" />
    

    Is there something else I have to check to get the content to import? Any help would be gratefully appreciated.

  • lori ryan 239 posts 573 karma points
    May 10, 2018 @ 11:19
    lori ryan
    0

    Any suggestions on this please?

  • Kevin Jump 2309 posts 14673 karma points MVP 7x c-trib
    May 10, 2018 @ 11:59
    Kevin Jump
    0

    Hi,

    does content edition show in the dashboard ?

    so you should see something like :

    enter image description here

    and if you are running the latest versions of usync it should show you if the handlers are properly loaded - on the config tab :

    enter image description here

    if that is all true - i would turn on extra logging so in

    config/log4net.config add :

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

    then when the site restarts you should get lots of logging including :

    Adding Instance: uSync: ContentHandler 
    

    and

    Jumoo.uSync.Content.ContentHandler - Import Folder:
    

    Matching Mode

    Usync content has two modes to check if it should import content :

    The default is to match based on date - so content on the disk won't import if the content on the site is newer.

    The other method is to import if the content on disk is diffrent thaen that in the site (like the rest of uSync works, but you could loose newer content this way)

    to switch look in uSyncCore.config

      <!-- content Match used by core: 
            Newer: we use the date, so only newer content is updated (this is the historical default)
            Mismatch : updates happen if the content is diffrent (so irespective of update dates)
      -->
      <ContentMatch>Newer</ContentMatch>
    
  • lori ryan 239 posts 573 karma points
    May 14, 2018 @ 08:55
    lori ryan
    0

    Thanks Kevin I give it a go.

Please Sign in or register to post replies

Write your reply to:

Draft