Copied to clipboard

Flag this post as spam?

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


  • yss 5 posts 25 karma points
    Aug 09, 2010 @ 23:21
    yss
    0

    Content Changes not Showing up on Website

    Very new to Umbraco.  I am making changes to the content but the changes are not showing up on the website.  I made the changes, saved the changes, and published the changes.  When I preview, the changes are reflected, but when I go to the website, the changes are not showing up.  I republished the nodes, but still nothing.  Any ideas?  Thanks.

  • Lennart Stoop 304 posts 842 karma points
    Aug 09, 2010 @ 23:56
    Lennart Stoop
    0

    Hi,

    Are you sure the page is no longer cached by your browser? Refreshing the page by pressing shift-F5 may help.

    Have you tried republishing the entire website? (the option appears when you right-click the top node)

    Greetz

    Lennart

  • yss 5 posts 25 karma points
    Aug 10, 2010 @ 01:09
    yss
    0

    Yes, I have tried both, but doesn't seem to work.  I am completely stumped. 

  • Sascha Wolter 615 posts 1101 karma points
    Aug 10, 2010 @ 12:11
    Sascha Wolter
    0

    Hi,

    how are you getting the content from the backend onto your web site?

    I assume you have created at least one document type, added one or more custom properties to it, created a new content node using this document type, filled in the filed and published it. Did you let Umbraco automatically create a template for you when you created the document type? Perhaps you can double check on the content node in 'Properties' if a template is selected. In the template, are you just inserting the values via <umbraco:Item ... />?

    Sascha

  • yss 5 posts 25 karma points
    Aug 10, 2010 @ 13:20
    yss
    0

    Everything on the website was created using Umbraco.  The website was working fine on a laptop that we used to create the website, but as soon as we moved everything over to a server, it stopped updating.  No updates,on both new pages and existing pages, are being  reflected on the webiste.  Thanks.

  • Sascha Wolter 615 posts 1101 karma points
    Aug 10, 2010 @ 13:31
    Sascha Wolter
    0

    Alright, so it will be the transfer that's messing things up. I assume you can view the web site just fine on the server, which means that the database is working and Umbraco can connect to it, that you are using the same .Net framework version and the web site itself doesn't throw up any problems? When you publish new content in the Umbraco CMS it might be worth having a look in the database if the changes are coming through alright (take the node id of the one you are changing, look into table cmsPropertyData and modify the SQL script so that it only shows you the data for contentNodeId=[your-node-id]). Have you set permissions right on the sql user?

    One thing to definitely double and triple check are permissions on your Umbraco files. The IUSR should have read access to everything and the network service (if using IIS6 or IIS7 with app pool identity set to network service) should have full control over the folders described in the installation docs.

    Also try republishing the entire site (right-click on the top content node and select 'republish entire site') as the cache needs to be updated after a web site transfer.

    Does the Umbraco log show any errors?

  • yss 5 posts 25 karma points
    Aug 10, 2010 @ 15:33
    yss
    0

    Thanks for the detailed info.  Greatly appreciate it.  I will check things you have outlined in your post and see what happens.  Thanks, again.

  • yss 5 posts 25 karma points
    Aug 10, 2010 @ 20:56
    yss
    0

    Well checked the file system permission and made necessary changes.  Checked the database and the changes are coming through.  Tried republishing the entire site, but the changes are still not showing up on the website.  Very strange ..... 

  • Sascha Wolter 615 posts 1101 karma points
    Aug 11, 2010 @ 00:04
    Sascha Wolter
    0

    Puh, very strange indeed, running a bit out of ideas here...

    Try deleting the /App_Data/umbraco.config file, it should be automatically created once you hit the frontend for the first time.

    I gather you already restarted the server etc?

     

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies