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.
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)'
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.
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
Hi Peter
That sure is some very odd behaviour. Do you have some code we can see?
/Jan
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.
Under errors in log manager i have the issue, which seems to have soething to do with the cache.
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.
But the problem with images is still present.
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
I agree with Jan. I appears that something is hooking into the publishing event (i.e. ApplicationBase)
HI,
Thanks, i will try getting in touch with the original developers of the solution.
Hi,
It was a server update which chnages some security settings on the server.
is working on a reply...