Copied to clipboard

Flag this post as spam?

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


  • Nadine Fisch 159 posts 429 karma points
    Nov 05, 2018 @ 11:58
    Nadine Fisch
    0

    UrlTracker disappears in CMS

    Hi, we have a strang behaviour with the UrlTracker Package. Installation is succesful and the user can adjust the tracking-variables, but after awhile the UrlTracker is away in the CMS?

    The Url-Tracker seems to use an absolute path. Don't know where it is coming from? D:\kipusoep\Documents\GitHub\UrlTracker\UrlTrackerApplicationEventHandler.cs

    2018-11-05 10:26:46,414 [P5788/D27/T58] ERROR InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - Error reading JObject from JsonReader. Path '', line 0, position 0.
    Newtonsoft.Json.JsonReaderException: Error reading JObject from JsonReader. Path '', line 0, position 0.
       at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader)
       at Newtonsoft.Json.Linq.JObject.Parse(String json)
       at InfoCaster.Umbraco.UrlTracker.UrlTrackerApplicationEventHandler.ContentService_Publishing(IPublishingStrategy sender, PublishEventArgs`1 e) in D:\kipusoep\Documents\GitHub\UrlTracker\UrlTrackerApplicationEventHandler.cs:line 116
     2018-11-05 10:26:46,414 [P5788/D27/T58] ERROR InfoCaster.Umbraco.UrlTracker.Helpers.LoggingHelper - Error reading JObject from JsonReader. Path '', line 0, position 0.
    Newtonsoft.Json.JsonReaderException: Error reading JObject from JsonReader. Path '', line 0, position 0.
       at Newtonsoft.Json.Linq.JObject.Load(JsonReader reader)
       at Newtonsoft.Json.Linq.JObject.Parse(String json)
       at InfoCaster.Umbraco.UrlTracker.UrlTrackerApplicationEventHandler.ContentService_Publishing(IPublishingStrategy sender, PublishEventArgs`1 e) in D:\kipusoep\Documents\GitHub\UrlTracker\UrlTrackerApplicationEventHandler.cs:line 11
    
  • Dan Diplo 1554 posts 6205 karma points MVP 5x c-trib
    Nov 05, 2018 @ 13:03
    Dan Diplo
    0

    Hi. You're probably best asking this on the URL Tracker issue tracker as it's not a standard Umbraco component:

    https://github.com/kipusoep/UrlTracker/issues

  • Nadine Fisch 159 posts 429 karma points
    Nov 05, 2018 @ 13:50
    Nadine Fisch
    0

    Thank you, I've created an issue in github!

  • Nadine Fisch 159 posts 429 karma points
    Nov 09, 2018 @ 13:40
    Nadine Fisch
    100

    Issue solved with

    adding this to Dashboard.config

    <section alias="RedirectUrlManagement">
        <areas>
          <area>content</area>
        </areas>
        <tab caption="Url Tracker">
          <control addPanel="true">
            /Umbraco/UrlTracker/InfoCaster.Umbraco.UrlTracker.UI.UrlTrackerManagerWrapper.ascx
          </control>
        </tab>
      </section>
    
Please Sign in or register to post replies

Write your reply to:

Draft