Copied to clipboard

Flag this post as spam?

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


  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 10:00
    Dan
    0

    Preview page is working but on live site it gets error

    Hey there I have a site: http://www.insightec.cn/

    On the admin when i preview pages all works grate But on the live site I get erorr;

    Object reference not set to an instance of an object.

    What can be the problem.

    Thank you. Dan

  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 10:22
    Dan
    0

    This is the log:

    2016-04-06 13:22:11,284 [87] ERROR Umbraco.Core.UmbracoApplicationBase - [Thread 72] An unhandled exception occurred System.NullReferenceException: Object reference not set to an instance of an object. at Umbraco.Web.PublishedContentExtensions.

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 06, 2016 @ 10:27
    Dennis Adolfi
    0
    NgSoft.Umbraco.Core.ContentFinder.Find404.TryFindContent(PublishedContentRequest contentRequest)
    

    Could it be that the application tries to redirect to a 404 page that does not exist and therefor gets a nullreferenceexception? Do you have a correct Id specified in your umbracoSettings.config error404?

  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 10:31
    Dan
    0

    The home page is not soposed to redirect to page 404 In the preview it is working grate.

    The umbracoSettings.config 404 is set like this:

    <error404>1</error404>
    

    Is this good?

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 06, 2016 @ 11:09
    Dennis Adolfi
    0

    Is your homepage published? If not that would explain why it would work in preview but not live, and it would redirect to a 404 page.

    Try replacing the value 1 in your error404 with an id of a published page and se if it works.

  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 11:24
    Dan
    0

    Hey Dennis,

    Yes the home page is published.

    When I change the ID to another page I get this Error:

    [NullReferenceException: Object reference not set to an instance of an object.]
    Umbraco.Web.UmbracoContext.get_UmbracoUser() +10
    Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedContentCache.<get_GetXmlDelegate>b__3(UmbracoContext context, Boolean preview) +91
    Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedContentCache.GetXml(UmbracoContext umbracoContext, Boolean preview) +150
    umbraco.presentation.UmbracoContext.GetXml() +189
    umbraco.library.GetXmlNodeById(String id) +36
    umbraco.NodeFactory.Node..ctor(Int32 NodeId) +492
    InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerDomain.get_Node() +33
    InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerDomain.get_UrlWithDomain() +43
    InfoCaster.Umbraco.UrlTracker.Modules.<>c__DisplayClass4.<UrlTrackerDo>b__2(UrlTrackerDomain x) +26
    System.Linq.Enumerable.FirstOrDefault(IEnumerable`1 source, Func`2 predicate) +168
    InfoCaster.Umbraco.UrlTracker.Modules.UrlTrackerModule.UrlTrackerDo(String callingEventName, Boolean ignoreHttpStatusCode) +1075
    System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +91
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +164
    

    I deleted the App_Data\cache Now I get this error:

    Line 2:  @inherits UmbracoViewPage<IBaseContent>
    Line 3:  @{
    Line 4:      var footerModel = Model.CreateFooterModel();    
    Line 5:  }
    Line 6: 
    

    And the log:

    [NullReferenceException: Object reference not set to an instance of an object.]
    Umbraco.Web.UmbracoContext.get_UmbracoUser() +10
    Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedContentCache.<get_GetXmlDelegate>b__3(UmbracoContext context, Boolean preview) +91
    Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedContentCache.GetById(UmbracoContext umbracoContext, Boolean preview, Int32 nodeId) +37
    Umbraco.Web.PublishedCache.ContextualPublishedCache`1.GetById(Boolean preview, Int32 contentId) +40
    Umbraco.Web.PublishedContentQuery.TypedDocumentById(Int32 id, ContextualPublishedCache cache) +42
    Umbraco.Web.UmbracoHelper.TypedContent(Object id) +158
    NgSoft.Umbraco.Core.Converters.ContentPickerConvertor.ConvertDataToSource(PublishedPropertyType propertyType, Object source, Boolean preview) +99
    System.Lazy`1.CreateValue() +14337348
    System.Lazy`1.LazyInitValue() +524
    Umbraco.Web.PublishedCache.XmlPublishedCache.XmlPublishedProperty.<.ctor>b__1() +94
    System.Lazy`1.CreateValue() +14337348
    System.Lazy`1.LazyInitValue() +524
    Umbraco.Web.PublishedCache.XmlPublishedCache.XmlPublishedProperty.get_Value() +88
    Umbraco.Web.PublishedPropertyExtension.GetValue(IPublishedProperty property, Boolean withDefaultValue, T defaultValue) +107
    Umbraco.Web.PublishedContentExtensions.GetPropertyValue(IPublishedContent content, String alias, Boolean recurse) +100
    Insightec.Domain.Extensions.PublishedContentExtensions.CreateFooterModel(IPublishedContent content) +725
    ASP._Page_Views_Partials__Footer_cshtml.Execute() in c:\inetpub\wwwroot\www.insightec.cn\Views\Partials\_Footer.cshtml:4
    System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
    System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +126
    System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +125
    Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer) +140
    System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData) +147
    Umbraco.Web.<>c__DisplayClass1.<CachedPartialView>b__0() +28
    Umbraco.Core.Cache.<>c__DisplayClass1`1.<GetCacheItem>b__0() +15
    System.Lazy`1.CreateValue() +497
    System.Lazy`1.get_Value() +14338318
    Umbraco.Core.Cache.HttpRuntimeCacheProvider.GetCacheItem(String cacheKey, Func`1 getCacheItem, Nullable`1 timeout, Boolean isSliding, CacheItemPriority priority, CacheItemRemovedCallback removedCallback, CacheDependency dependency) +798
    Umbraco.Core.Cache.HttpRuntimeCacheProvider.GetCacheItem(String cacheKey, Func`1 getCacheItem, Nullable`1 timeout, Boolean isSliding, CacheItemPriority priority, CacheItemRemovedCallback removedCallback, String[] dependentFiles) +200
    Umbraco.Core.Cache.CacheProviderExtensions.GetCacheItem(IRuntimeCacheProvider provider, String cacheKey, Func`1 getCacheItem, Nullable`1 timeout, Boolean isSliding, CacheItemPriority priority, CacheItemRemovedCallback removedCallback, String[] dependentFiles) +264
    Umbraco.Web.CacheHelperExtensions.CachedPartialView(CacheHelper cacheHelper, HtmlHelper htmlHelper, String partialViewName, Object model, Int32 cachedSeconds, String cacheKey, ViewDataDictionary viewData) +424
    Umbraco.Web.HtmlHelperRenderExtensions.CachedPartial(HtmlHelper htmlHelper, String partialViewName, Object model, Int32 cachedSeconds, Boolean cacheByPage, Boolean cacheByMember, ViewDataDictionary viewData, Func`3 contextualKeyBuilder) +484
    ASP._Page_Views_Shared__Layout_cshtml.Execute() in c:\inetpub\wwwroot\www.insightec.cn\Views\Shared\_Layout.cshtml:81
    System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
    System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +126
    System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +125
    System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +209
    System.Web.WebPages.WebPageBase.PopContext() +162
    Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer) +140
    System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +380
    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +109
    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +97
    System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +241
    System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +29
    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +111
    System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +53
    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +19
    System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +51
    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +111
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +606
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +288
    
  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 06, 2016 @ 11:56
    Dennis Adolfi
    0

    How does your CreateFooterModel() code look like?

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 06, 2016 @ 12:02
    Dennis Adolfi
    0

    Replace:

    @var footerModel = Model.CreateFooterModel();
    

    With:

    @{ var footerModel = Model.CreateFooterModel(); }
    

    EDIT: I still think you have to examine you CreateFooterModel() code since something seems to be broke in there.

  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 12:12
    Dan
    0

    Where is the CreateFooterModel() code located?

    The site was originally working under: http://www.insightec.cn/cn. It was working grate.

    My client wanted it to be on the root: http://www.insightec.cn/. So I changed the Culture and Hostnames then it all went south...

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 06, 2016 @ 12:24
    Dennis Adolfi
    0

    I see you are using UrlTracker. This text is from their settings page:

    I have added hostnames to my root nodes, but I can't select a root node in the Url Tracker? Ensure the application pool has been recycled after adding new hostnames.

    Try to recycle the app pool and se if that works. Otherwise, try to disable UrlTracker like this:

    urlTracker:disabled Set to true in your web.config to disable the HTTP Module of the Url Tracker, so it won't redirect requests anymore.

    I think the CreateFooterModel is a custom method so i dont know where its located, but if you are using Visual Studio you can right click on the method and select "Go to definition".

  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 12:29
    Dan
    0

    Ok I recycled the application pool.

    Now there is no error.

    BUT I get page 404 on all pages...

    See this http://www.insightec.cn/

    Try navigating the to menu

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 06, 2016 @ 12:31
    Dennis Adolfi
    0

    We´re getting closer.. :)

    Try republish the entire site: www.insightec.cn/Umbraco/dialogs/republish.aspx

  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 12:43
    Dan
    0

    Damn!

    Now I get this error on all pages:

    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    

    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.]
    Umbraco.Web.UmbracoContext.get_UmbracoUser() +10
    Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedContentCache.<get_GetXmlDelegate>b__3(UmbracoContext context, Boolean preview) +91
    Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedContentCache.GetXml(UmbracoContext umbracoContext, Boolean preview) +150
    umbraco.presentation.UmbracoContext.GetXml() +189
    umbraco.library.GetXmlNodeById(String id) +36
    umbraco.NodeFactory.Node..ctor(Int32 NodeId) +492
    InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerDomain.get_Node() +33
    InfoCaster.Umbraco.UrlTracker.Models.UrlTrackerDomain.get_UrlWithDomain() +43
    InfoCaster.Umbraco.UrlTracker.Modules.<>c__DisplayClass4.<UrlTrackerDo>b__2(UrlTrackerDomain x) +26
    System.Linq.Enumerable.FirstOrDefault(IEnumerable`1 source, Func`2 predicate) +168
    InfoCaster.Umbraco.UrlTracker.Modules.UrlTrackerModule.UrlTrackerDo(String callingEventName, Boolean ignoreHttpStatusCode) +1075
    System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +91
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +164
    
  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 06, 2016 @ 13:04
    Dennis Adolfi
    0

    Did you try to disable UrlTracker?

  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 13:15
    Dan
    0

    I did not find the: UrlTracker in the web.config file Are you sure it is there?

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 06, 2016 @ 13:18
    Dennis Adolfi
    0

    You´ll probobly have to add it yourself as a appSetting. Se image:

    enter image description here

    https://msdn.microsoft.com/en-us/library/aa903313%28v=vs.71%29.aspx

  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 13:32
    Dan
    0

    OK I added:

    <add key="urlTracker:disabled" value="true" />
    

    Now I get this error:

    Line 2:  @inherits UmbracoViewPage<IBaseContent>
    Line 3:  @{
    Line 4:      var footerModel = Model.CreateFooterModel();    
    Line 5:  }
    Line 6:  
    

    Source File: c:\inetpub\wwwroot\www.insightec.cn\Views\Partials_Footer.cshtml Line: 4

    Stack Trace:

    [NullReferenceException: Object reference not set to an instance of an object.]
    Umbraco.Web.UmbracoContext.get_UmbracoUser() +10
    Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedContentCache.<get_GetXmlDelegate>b__3(UmbracoContext context, Boolean preview) +91
    Umbraco.Web.PublishedCache.XmlPublishedCache.PublishedContentCache.GetById(UmbracoContext umbracoContext, Boolean preview, Int32 nodeId) +37
    Umbraco.Web.PublishedCache.ContextualPublishedCache`1.GetById(Boolean preview, Int32 contentId) +40
    Umbraco.Web.PublishedContentQuery.TypedDocumentById(Int32 id, ContextualPublishedCache cache) +42
    Umbraco.Web.UmbracoHelper.TypedContent(Object id) +158
    NgSoft.Umbraco.Core.Converters.ContentPickerConvertor.ConvertDataToSource(PublishedPropertyType propertyType, Object source, Boolean preview) +99
    System.Lazy`1.CreateValue() +14337348
    System.Lazy`1.LazyInitValue() +524
    Umbraco.Web.PublishedCache.XmlPublishedCache.XmlPublishedProperty.<.ctor>b__1() +94
    System.Lazy`1.CreateValue() +14337348
    System.Lazy`1.LazyInitValue() +524
    Umbraco.Web.PublishedCache.XmlPublishedCache.XmlPublishedProperty.get_Value() +88
    Umbraco.Web.PublishedPropertyExtension.GetValue(IPublishedProperty property, Boolean withDefaultValue, T defaultValue) +107
    Umbraco.Web.PublishedContentExtensions.GetPropertyValue(IPublishedContent content, String alias, Boolean recurse) +100
    Insightec.Domain.Extensions.PublishedContentExtensions.CreateFooterModel(IPublishedContent content) +725
    ASP._Page_Views_Partials__Footer_cshtml.Execute() in c:\inetpub\wwwroot\www.insightec.cn\Views\Partials\_Footer.cshtml:4
    System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
    System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +126
    System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +125
    Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer) +140
    System.Web.Mvc.Html.PartialExtensions.Partial(HtmlHelper htmlHelper, String partialViewName, Object model, ViewDataDictionary viewData) +147
    Umbraco.Web.<>c__DisplayClass1.<CachedPartialView>b__0() +28
    Umbraco.Core.Cache.<>c__DisplayClass1`1.<GetCacheItem>b__0() +15
    System.Lazy`1.CreateValue() +497
    System.Lazy`1.get_Value() +14338318
    Umbraco.Core.Cache.HttpRuntimeCacheProvider.GetCacheItem(String cacheKey, Func`1 getCacheItem, Nullable`1 timeout, Boolean isSliding, CacheItemPriority priority, CacheItemRemovedCallback removedCallback, CacheDependency dependency) +798
    Umbraco.Core.Cache.HttpRuntimeCacheProvider.GetCacheItem(String cacheKey, Func`1 getCacheItem, Nullable`1 timeout, Boolean isSliding, CacheItemPriority priority, CacheItemRemovedCallback removedCallback, String[] dependentFiles) +200
    Umbraco.Core.Cache.CacheProviderExtensions.GetCacheItem(IRuntimeCacheProvider provider, String cacheKey, Func`1 getCacheItem, Nullable`1 timeout, Boolean isSliding, CacheItemPriority priority, CacheItemRemovedCallback removedCallback, String[] dependentFiles) +264
    Umbraco.Web.CacheHelperExtensions.CachedPartialView(CacheHelper cacheHelper, HtmlHelper htmlHelper, String partialViewName, Object model, Int32 cachedSeconds, String cacheKey, ViewDataDictionary viewData) +424
    Umbraco.Web.HtmlHelperRenderExtensions.CachedPartial(HtmlHelper htmlHelper, String partialViewName, Object model, Int32 cachedSeconds, Boolean cacheByPage, Boolean cacheByMember, ViewDataDictionary viewData, Func`3 contextualKeyBuilder) +484
    ASP._Page_Views_Shared__Layout_cshtml.Execute() in c:\inetpub\wwwroot\www.insightec.cn\Views\Shared\_Layout.cshtml:81
    System.Web.WebPages.WebPageBase.ExecutePageHierarchy() +280
    System.Web.Mvc.WebViewPage.ExecutePageHierarchy() +126
    System.Web.WebPages.WebPageBase.ExecutePageHierarchy(WebPageContext pageContext, TextWriter writer, WebPageRenderingBase startPage) +125
    System.Web.WebPages.WebPageBase.RenderSurrounding(String partialViewName, Action`1 body) +209
    System.Web.WebPages.WebPageBase.PopContext() +162
    Umbraco.Core.Profiling.ProfilingView.Render(ViewContext viewContext, TextWriter writer) +140
    System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context) +380
    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +109
    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilterRecursive(IList`1 filters, Int32 filterIndex, ResultExecutingContext preContext, ControllerContext controllerContext, ActionResult actionResult) +890
    System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult) +97
    System.Web.Mvc.Async.<>c__DisplayClass21.<BeginInvokeAction>b__1e(IAsyncResult asyncResult) +241
    System.Web.Mvc.Controller.<BeginExecuteCore>b__1d(IAsyncResult asyncResult, ExecuteCoreState innerState) +29
    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +111
    System.Web.Mvc.Controller.EndExecuteCore(IAsyncResult asyncResult) +53
    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +19
    System.Web.Mvc.MvcHandler.<BeginProcessRequest>b__5(IAsyncResult asyncResult, ProcessRequestState innerState) +51
    System.Web.Mvc.Async.WrappedAsyncVoid`1.CallEndDelegate(IAsyncResult asyncResult) +111
    System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +606
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +288
    
  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 06, 2016 @ 13:39
    Dennis Adolfi
    0

    Ok well it seems that something in the Model.CreateFooterModel(); method breaks, and its hard to see what it is since you dont find the code.

    Could you try to uncomment the whole _Footer.cshtml partial from your layout, just to see if it starts working?

  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 13:59
    Dan
    0

    OK I comment all the footerModel in the footer file.

    Then I republished the site

    Then I recycled the application pool

    Now I get in all the pages page 404.

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 06, 2016 @ 14:07
    Dennis Adolfi
    0

    Turn off customerrors in your web.config.

  • Dan 15 posts 86 karma points
    Apr 06, 2016 @ 14:53
    Dan
    1

    It is now on off:

    <customErrors mode="Off" />
    
  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 07, 2016 @ 06:11
    Dennis Adolfi
    0

    Hi Dan. Sorry that i stopped supporting yesterday, i got off work and where nowhere near a computer for the rest of the day.

    I see that your site is working now, thats great news. What solved it? Was it the UrlTracker or something different?

  • Dan 15 posts 86 karma points
    Apr 07, 2016 @ 06:56
    Dan
    0

    I had the old site in a zip folder. I recreated the site and he DB. The I changed the global site host name to /old, And the Chinese site to be root site.

    I still cant find the: CreateFooterModel class/function anywhere. Where can it be?

    Thanks for the help.

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Apr 07, 2016 @ 07:31
    Dennis Adolfi
    0

    I actually have no idea sorry. I sounds like a custom method but i could be wrong. You can´t search your entire solution in Visual Studio for "CreateFooterModel"?

  • 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