I have a really serious problem here, that I hope somebody can help me asap. I installed the "formulate" from Umbraco. In the installation I got an error, and it did not install proberly. I closed down my computer and turned it on again.
When I opened localhost.mysite/umbraco and log in everything is gone.. It is like a totally new installation. When I go to localhost.mysite, the site is running fine.
When I open umbraco I get the error:
"failed to retrieve data for application tree content"
Next, paste the contents of your applications.config and trees.config files from your config folder so we can take a look. If something is wrong with those files, it could cause this issue.
3: Are there errors in your Umbraco log file?
Answer: shutDownMessage=Change in AppOffline.htm
HostingEnvironment initiated shutdown
Change in AppOffline.htm
Change in AppOffline.htm
Change in AppOffline.htm
Change in AppOffline.htm
Change in AppOffline.htm
Change in AppOffline.htm
Change in App_Offline.htm
HostingEnvironment forårsagede nedlukning
Which version of Umbraco are you using?
Answer: 7.3.3
5: What happens if you delete the ClientDependency and PluginCache folders from your App_Data folder and you recycle your application pool?
6: What happens if you clear your browser cache?
Answer: That did not help anything
Formulate was built with Umbraco 7.4.1, so the fact that you have Umbraco 7.3.3 may explain some things. For now, I recommend uninstalling Formulate. Here's the quick and dirty technique:
Delete any DLL's in the bin folder containing the word "formulate" in their name.
Delete any Formulate config from the web.config, trees.config, applications.config, and dashboard.config.
Delete all your caches (both the backend ones in App_Data/TEMP and your browser cache).
That should get you back on track for now. There will probably be a few more Formulate remnants after you do the above, but at least you should be able to work in the back office again.
All my Umbraco pages are deleted
Hello
I have a really serious problem here, that I hope somebody can help me asap. I installed the "formulate" from Umbraco. In the installation I got an error, and it did not install proberly. I closed down my computer and turned it on again.
When I opened localhost.mysite/umbraco and log in everything is gone.. It is like a totally new installation. When I go to localhost.mysite, the site is running fine.
When I open umbraco I get the error: "failed to retrieve data for application tree content"
But how can I get all my pages, templates again?
Please answer the questions and follow the steps outlined here first: https://our.umbraco.org/forum/templates-partial-views-and-macros/79328-dropdown-macro-forms#comment-253643
Next, paste the contents of your
applications.config
andtrees.config
files from yourconfig
folder so we can take a look. If something is wrong with those files, it could cause this issue.Hey Nicholas. Thank you for your reply. Here is some more information: I am just gonna find the log files and upload. I hope you can help me?
Are you intending to use Formulate to create your forms? Answer: Not for now, because I have a deadline tomorrow
Are there JavaScript errors in the browser developer console? Answer: Yes there is I can see now:
3: Are there errors in your Umbraco log file? Answer: shutDownMessage=Change in AppOffline.htm HostingEnvironment initiated shutdown Change in AppOffline.htm Change in AppOffline.htm Change in AppOffline.htm Change in AppOffline.htm Change in AppOffline.htm Change in AppOffline.htm Change in App_Offline.htm HostingEnvironment forårsagede nedlukning
5: What happens if you delete the ClientDependency and PluginCache folders from your App_Data folder and you recycle your application pool? 6: What happens if you clear your browser cache? Answer: That did not help anything
Formulate was built with Umbraco 7.4.1, so the fact that you have Umbraco 7.3.3 may explain some things. For now, I recommend uninstalling Formulate. Here's the quick and dirty technique:
App_Data/TEMP
and your browser cache).That should get you back on track for now. There will probably be a few more Formulate remnants after you do the above, but at least you should be able to work in the back office again.
Here are the packages: I have to there is named applications.config.
First applications.config:
Second applications.config: laying in mysite\packages\UmbracoCms.7.3.3\Content\Config
Trees.config:
Thank you Nicholas, you really saved my evening here. Everything is working now :) Thank you.
Glad I could help. By the way, I suspect the problem was that this line was missing from your
trees.config
file:I suspect due to a difference in the way different versions of Umbraco allow items to be added to that file.
is working on a reply...