Can you ensure your folder permissions are correct. I have seen this before where you publish but you still get old content its becuase permissions are not correct.
to check the logs (or another if you prefer). If you install this, go to "Developer" -> "Log Manager", choose a user (usually administrator) and check if there are any exceptions or something weird that is making that strange cache.
Changes not showing up
Hi all
I have a problem with umbraco that whenever i make changes to my content it will not show on the website :(
I run umbraco v 4.0.3 (Assembly version: 1.0.3625.27276)
Here i what i do:
Make change to a node and hit "Save and publish".
Changes not showing on website, but when i do a preview it show my changes.
I can make my changes show up on the website when i save a random change to web.config?
Any idea on what goes on?
Michael,
Can you ensure your folder permissions are correct. I have seen this before where you publish but you still get old content its becuase permissions are not correct.
Regards
Ismail
Have set my provider to check folder permissions. Filezilla wont show current permissions :/
Forgot to mention that the changed content do get saved just not published
It wasn't the folder permissions. Problem still exists. Any other ideas? Touching the web.config is a temporary solution but not an annoying one :)
no one experienced same problem?
Hi Michael,
Check if the umbraco.config in the app_data folder has the changes made to the node after the publish.
Maybe is something about permissions in this file.
Just checked. The changes are saved to umbraco.config, but not displayed on the frontend! Could it be a configuration error?
I think more about iis cache of some sort, Can you try a iisreset and check if you have the same problem?
Im on a hosted server so i not sure that i can ask them to restart iis. I have other umbraco sites on the same server without that problem.
What puzzles me is that when i add and save a space to web.coonfig the change pops up
That happens because when "touch" the web.config, you recycle the application pool, that's why I inclined to say that is something on iis.
I'll get back to you, just let search somethings on my iis.
Double checked with a working installation on the same server and found this difference! Dont know if this can be it:
On the installation that fails i have installed "Repeatable Custom Content v2" and added this to web.config:
Will try to remove it...
I had a problem like this a time ago, but it was the umbraco.config file that wasn't being updated. I've checked what i have in here, and no luck.
Sorry m8 for no help, hope you can solve it, or someone else can.
I appreciate your attempt to help me. Thanks!
Anyone else have an idea where to look for the error?
One last thing:
Check the logs to see if there any exceptions. If you don't have direct access to the database, install this package
http://our.umbraco.org/projects/developer-tools/log-manager
to check the logs (or another if you prefer). If you install this, go to "Developer" -> "Log Manager", choose a user (usually administrator) and check if there are any exceptions or something weird that is making that strange cache.
Best of luck!
I've done some further investigation:
My Webhotel temporary address is: http://dameca.dk.web18.curanetserver.dk
Dameca.dk and Dameca.com are redirected to that server.
When i make a change to the danish site the change shows up
When i make a change to the english site it will only show up if i go to http://dameca.dk.web18.curanetserver.dk/about-dameca.aspx and not if i go to http://www.dameca.com/about-dameca.aspx???
In umbraco i have the danish site under the root node "Forside" and configured "Manage hostnames" to dameca.dk, www.dameca.dk = danish.
The English site is under the root node "Home" and "Manage hostnames" is configured to "dameca.com, www.dameca.com = english.
Does this give any meaning?
I found a way to publish my changes.
If i log in at www.dameca.com i can make changes to the english site and at www.dameca.dk i can make changes to the danish site
Is this a known problem with the umbraco core? Can anyone tell if this have been corrected with an update?
Just installed umbraco (v 4.5.2) and I am having the same problem when I update content from the "wrong" site. Seems like a bug to me..
is working on a reply...