Empty Link to document Options
tan
Posted: Sunday, May 04, 2008 5:02:41 PM
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
VirtualRichard
Posted: Monday, May 05, 2008 1:02:43 AM

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.
tan
Posted: Monday, May 05, 2008 9:08:20 AM
Rank: Newbie

Joined: 4/30/2008
Posts: 6
Location: Belarus
this setting having value 3.0.5
Shandem
Posted: Monday, May 05, 2008 1:57:29 PM
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)
VirtualRichard
Posted: Friday, May 09, 2008 12:22:01 AM

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.
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.