What version of umbraco are you using? Also can you ensure all your folder permissions are correct thats the usual cause of published changes not showing up.
Yes dear , Folder permission are according to the following settings
1. Set (or reset) Acl’s as follows: a. For the web site’s Application Pool Identity : i. Generally the Application Pool’s identity is Network Service, but if you are using shared hosting this may not be the case 1. From IIS Manager each Application Pool will have its identity set as a property ii. Set the Acl for the file <web site root>\web.config to Read (Make sure to remove Full Control, Modify, and Write) iii. Set the Acl for the following directories to Read (Make sure to remove Full Control, Modify, and Write) 1. <web site root> 2. <web site root>\bin 3. <web site root>\umbraco iv. For the following directory set the Acl to Read & Execute 1. <web site root>\app_code 2. <web site root>\usercontrols v. For the following directories set the Acl to Read, Modify 1. <web site root>\config 2. <web site root>\css 3. <web site root>\data 4. <web site root>\masterpages 5. <web site root>\media 6. <web site root>\python 7. <web site root>\scripts 8. <web site root>\xslt
text content of Content page not Updated after publish
I have a Content page which have document type with Body Content.
I add content in the page, When I preview it show me properly the updated content but when i publish the page and check its shows nothing
I tried to republish the whole site but with no result.
Waqar,
What version of umbraco are you using? Also can you ensure all your folder permissions are correct thats the usual cause of published changes not showing up.
Regards
Ismail
Umbraco Version 4
Yes dear , Folder permission are according to the following settings
1. Set (or reset) Acl’s as follows:
a. For the web site’s Application Pool Identity :
i. Generally the Application Pool’s identity is Network Service, but if you are using shared hosting this may not be the case
1. From IIS Manager each Application Pool will have its identity set as a property
ii. Set the Acl for the file <web site root>\web.config to Read (Make sure to remove Full Control, Modify, and Write)
iii. Set the Acl for the following directories to Read (Make sure to remove Full Control, Modify, and Write)
1. <web site root>
2. <web site root>\bin
3. <web site root>\umbraco
iv. For the following directory set the Acl to Read & Execute
1. <web site root>\app_code
2. <web site root>\usercontrols
v. For the following directories set the Acl to Read, Modify
1. <web site root>\config
2. <web site root>\css
3. <web site root>\data
4. <web site root>\masterpages
5. <web site root>\media
6. <web site root>\python
7. <web site root>\scripts
8. <web site root>\xslt
My Problem solved
I follow this link: http://forum.umbraco.org/yaf_postst10155_Publishing-problem.aspx
1. Update Web.Config file
2. Delete Umbraco.Config file from Data folder
Now its working fine and getting Updates
is working on a reply...