Umbraco (umbraco v 4.0.3 (Assembly version: 1.0.3625.27276))
When I save and publishes a node, it sometimes doesn't publish correct, and I have to republish the entire site (The option on the root node in the nodetree).
Is this a know issue? If so, are there a fix for this besides upgrading?
From my understanding, it's because the cached XML site strukture document isnt updated correctly, and when a publish entire site is performed, the XML is cleared and rebuild. But maybe this understanding is wrong.
When you say that the node doesn't publish correctly, do you mean that it doesn't publish ... or that something else goes wrong?
Do you have any extensions/packages installed (custom or 3rd-party) that might be interfering with the publishing?
You're correct about the Republish Entire Site functionality. Basically it takes all the currently published XML from the database and regenerates the "/data/umbraco.config" file.
Nodes does not publish correct
Umbraco (umbraco v 4.0.3 (Assembly version: 1.0.3625.27276))
When I save and publishes a node, it sometimes doesn't publish correct, and I have to republish the entire site (The option on the root node in the nodetree).
Is this a know issue? If so, are there a fix for this besides upgrading?
From my understanding, it's because the cached XML site strukture document isnt updated correctly, and when a publish entire site is performed, the XML is cleared and rebuild. But maybe this understanding is wrong.
//Gretings
Mads
Hi Mads,
When you say that the node doesn't publish correctly, do you mean that it doesn't publish ... or that something else goes wrong?
Do you have any extensions/packages installed (custom or 3rd-party) that might be interfering with the publishing?
You're correct about the Republish Entire Site functionality. Basically it takes all the currently published XML from the database and regenerates the "/data/umbraco.config" file.
If possible, it might be worth upgrading v4.5.2?
Cheers, Lee.
Hi Mads
The way you're doing it is the correct way to do it. But how often does this happen? I don't think that there is a fix available for this.
/Jan
is working on a reply...