Copied to clipboard

Flag this post as spam?

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


  • Peter Cort Larsen 418 posts 1015 karma points
    Jun 30, 2012 @ 14:52
    Peter Cort Larsen
    0

    Publish has no effect

    hi,

    On a 4.7.0 solution i experience some very strange behavior.
    - Save and Publish dosnt give the latest version of a page.

    - Publish  a node and its children dosnt give the latest version of a page.

    - Using this approach have no effect. http://DOMAIN/Umbraco/dialogs/republish.aspx?refreshNodes=1990

    - Media: Uplaoding a media image , stores the media, but a few minutes later its gone, only the reference in the media archive exists.

    - Touching the web.config helps ofcourse, but its not a solutio0n for the users

     

    can anyone help, i am going nuts here.

     

    /Peter

     

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jun 30, 2012 @ 16:22
    Jan Skovgaard
    0

    Hi Peter

    That sure is some very odd behaviour. Do you have some code we can see?

    /Jan

  • Peter Cort Larsen 418 posts 1015 karma points
    Jun 30, 2012 @ 17:09
    Peter Cort Larsen
    0

    hi jan,

    code? it seems to be something in the core functionality which is blocking publish. some try-catch which stops the actual publish but dosnt return an error.

    its a simple installation, with very extra packages.

    originally the install was done by a different company, so the might have done "something" special.

    the problem is that i cant access the site thru ftp and also remote acces to sql is closed.

    i was hoping somebody had experienced the same issues.

    i will install log manager to see if this gives me a clue.

    the probs. also happens for other people butmyself.

     

  • Peter Cort Larsen 418 posts 1015 karma points
    Jun 30, 2012 @ 17:23
    Peter Cort Larsen
    0

    Under errors in log manager i have the issue, which seems to have soething to do with the cache.

    Error
     refreshing distributed list: 'System.NullReferenceException: Object 
    reference not set to an instance of an object.
       at 
    umbraco.presentation.cache.dispatcher.LogDispatchNodeError(WebException 
    ex)
       at 
    umbraco.presentation.cache.dispatcher.InvokeDispatchMethod(DispatchType 
    dispatchType, Guid factoryGuid, Int32 numericId, Guid guidId)' 
  • Peter Cort Larsen 418 posts 1015 karma points
    Jun 30, 2012 @ 17:34
    Peter Cort Larsen
    0

    Hi,

     

    I think it is a setting in theumbracoSettings.config.

    Under:

     <distributedCall enable="true">

    i added the domain name i am using.

    For now its seems to get publish to work.

  • Peter Cort Larsen 418 posts 1015 karma points
    Jun 30, 2012 @ 17:38
    Peter Cort Larsen
    0

    But the problem with images is still present.

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jul 01, 2012 @ 18:20
    Jan Skovgaard
    0

    Hi Peter

    Ah, sorry - since you posted in the API category I asumed you may had some C# code hooking into an event. My bad.

    I'm not sure about what the setting above is supposed to be doing but perhaps someone else in here is.

    However...are there any dll files that has been given a name, which does not refer to a known package and is not something you have created yourself? Perhaps the other company have hooked into some events perhaps?

    I'm afraid I'm out of ideas...but if something pops up in my head I'll of course let you know.

    /Jan

  • Daniel Bardi 927 posts 2562 karma points
    Jul 03, 2012 @ 00:06
    Daniel Bardi
    0

    I agree with Jan.  I appears that something is hooking into the publishing event (i.e. ApplicationBase)

  • Peter Cort Larsen 418 posts 1015 karma points
    Jul 03, 2012 @ 08:50
    Peter Cort Larsen
    0

    HI,

     

    Thanks, i will try getting in touch with the original developers of the solution.

  • Peter Cort Larsen 418 posts 1015 karma points
    Jul 05, 2012 @ 16:10
    Peter Cort Larsen
    0

    Hi,

     

    It was a server update which chnages some security settings on the server.

Please Sign in or register to post replies

Write your reply to:

Draft