Umbraco lost admin sites

After publishing to the remote server, the Umbraco administration section on the remote server does not show any nodes. Pages and images and everything works correctly, but in the Umbraco administration section there is nothing below the top-level nodes in each section, and I cannot right-click and select "reissue the whole site".

I connected my version of localhost to the same database, and there I see the node structures (but the re-release did not matter), and I could see the node structures on the remote server until the last click, which did not include the .config changes.

Does anyone have a script that will re-create the node structure?

EDIT

I saw several links on the Umbraco website, such as Unable, to publish content to umbraco.config, but none of them helped - including some permission tips like @Niks.

I have a workaround which is to stop and restart a server that re-populated the nodes without any side effects, but obviously this is not acceptable in a live environment.

+3
source share
2 answers

I saw this before showing off as a caching issue. First, you must force Umbraco to update its node cache. To do this, click the URL -

http://example.com/umbraco/dialogs/republish.aspx?xml=true

replacing example.com with your own host. Then recycle the application pool on the Umbraco server. Finally, clear your local browser cache and restart it.

, , Umbraco, IIS, .

+4

, . IIS6/7, NETWORK SERVICE // :

/App_Data / /CSS / /MasterPages / /Umbraco /Umbraco _client

IIS ASP.NET . , .

+3

All Articles