|
|
Rank: Newbie
Joined: 4/30/2008 Posts: 6 Location: Belarus
|
Hello,
I having following problem.
1. I have made mirror of current umbraco site. 2. I have made copy code to new place and copy database.
in first run it's worked as well site worked.
But after i had try to create new node all Link to document were gone. and when i try open site i always getting redirect to /config/splashes/noNodes.aspx
any ideas where can be problem ?
thank you
|
|
 Rank: Aficionado
Joined: 9/17/2007 Posts: 172 Location: London, UK.
|
Check the web.config. This line... Code:<add key="umbracoConfigurationStatus" value="" /> ...should have a value in it representing the version of Umbraco you have installed (e.g. 3.0.5). If you don't, Umbraco will always redirect to the install page. When your site is installed and in production, I think it's recommended you remove or rename the install directory. Richard
2 * 3 * 3 * 37 : The prime factorisation of The Beast.
|
|
Rank: Newbie
Joined: 4/30/2008 Posts: 6 Location: Belarus
|
this setting having value 3.0.5
|
|
Rank: Enthusiast
Joined: 8/13/2007 Posts: 25
|
Sometimes i migrate an Umbraco site i've found that i'll need to remove the umbraco cache file. It will be rebuilt right away after you delete it from the nodes in the database.
Just try to remove the data/umbraco.config, then in your admin section, right click on the first node in the tree and select "re-publish entire site" (this won't publish unpublished nodes, but re-create the umbraco cache file properly)
|
|
 Rank: Aficionado
Joined: 9/17/2007 Posts: 172 Location: London, UK.
|
Also, try 'touching' the web.config by putting a line break in or something. Lots of times when I've had issues (especially after mass updates) this has sorted any issues out.
Richard
2 * 3 * 3 * 37 : The prime factorisation of The Beast.
|
|
|
Guest |