Copied to clipboard

Flag this post as spam?

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


  • MadsInovo 13 posts 84 karma points
    Aug 16, 2016 @ 20:26
    MadsInovo
    0

    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"

    enter image description here

    But how can I get all my pages, templates again?

  • Nicholas Westby 2005 posts 6843 karma points c-trib
    Aug 16, 2016 @ 20:40
    Nicholas Westby
    0

    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 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.

  • MadsInovo 13 posts 84 karma points
    Aug 16, 2016 @ 21:00
    MadsInovo
    0

    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:

    http://mysite/DependencyHandler.axd?s=L3VtYnJhY28vbGliL2pxdWVyeS9qcXVl…lZU1lbnUvQWN0aW9uRGVsZXRlUmVsYXRpb25UeXBlLmpzOw&t=Javascript&cdv=232878768 Failed to load resource: the server responded with a status of 404 (Not found)

    Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    http://mysite.local/umbraco/backoffice/UmbracoTrees/ApplicationTree/GetApplicationTrees?application=developer&tree=&isDialog=false Failed to load resource: the server responded with a status of 500 (Internal Server Error)

    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

  • Nicholas Westby 2005 posts 6843 karma points c-trib
    Aug 16, 2016 @ 21:13
    Nicholas Westby
    0

    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.

  • MadsInovo 13 posts 84 karma points
    Aug 16, 2016 @ 21:15
    MadsInovo
    0

    Here are the packages: I have to there is named applications.config.

    First applications.config:

        <?xml version="1.0" encoding="utf-8"?>
    <applications>
    <add alias="content" name="Content" icon="traycontent" sortOrder="0" />
      <add alias="media" name="Media" icon="traymedia" sortOrder="1" />
      <add alias="settings" name="Settings" icon="traysettings" sortOrder="2" />
      <add alias="developer" name="Developer" icon="traydeveloper" sortOrder="3" />
      <add alias="users" name="Users" icon="trayuser" sortOrder="4" />
      <add alias="member" name="Members" icon="traymember" sortOrder="5" />
      <add alias="forms" name="Forms" icon="icon-umb-contour" sortOrder="6" />
      <add alias="translation" name="Translation" icon="traytranslation" sortOrder="7" />
      <add alias="formulate" name="Formulate" icon="icon-formulate-clipboard" sortOrder="6"/>
    </applications>
    

    Second applications.config: laying in mysite\packages\UmbracoCms.7.3.3\Content\Config

    <?xml version="1.0" encoding="utf-8"?>
    <applications>
      <add alias="content" name="Content" icon="traycontent" sortOrder="0" />
      <add alias="media" name="Media" icon="traymedia" sortOrder="1" />
      <add alias="settings" name="Settings" icon="traysettings" sortOrder="2" />
      <add alias="developer" name="Developer" icon="traydeveloper" sortOrder="3" />
      <add alias="users" name="Users" icon="trayuser" sortOrder="4" />
      <add alias="member" name="Members" icon="traymember" sortOrder="5" />
      <add alias="forms" name="Forms" icon="icon-umb-contour" sortOrder="6" />
      <add alias="translation" name="Translation" icon="traytranslation" sortOrder="7" />
    </applications>
    

    Trees.config:

    <?xml version="1.0" encoding="utf-8"?>
    <trees>
      <!--Content-->
      <add initialize="true" sortOrder="0" alias="content" application="content" title="Content" iconClosed="icon-folder" iconOpen="icon-folder" type="Umbraco.Web.Trees.ContentTreeController, umbraco" />
      <add initialize="false" sortOrder="0" alias="contentRecycleBin" application="content" title="Recycle Bin" iconClosed="icon-folder" iconOpen="icon-folder" type="umbraco.cms.presentation.Trees.ContentRecycleBin, umbraco" />
      <!--Media-->
      <add initialize="true" sortOrder="0" alias="media" application="media" title="Media" iconClosed="icon-folder" iconOpen="icon-folder" type="Umbraco.Web.Trees.MediaTreeController, umbraco" />
      <add initialize="false" sortOrder="0" alias="mediaRecycleBin" application="media" title="Recycle Bin" iconClosed="icon-folder" iconOpen="icon-folder" type="umbraco.cms.presentation.Trees.MediaRecycleBin, umbraco" />
      <!--Settings-->
      <add application="settings" alias="stylesheets" title="Stylesheets" type="umbraco.loadStylesheets, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="0" />
      <add application="settings" alias="stylesheetProperty" title="Stylesheet Property" type="umbraco.loadStylesheetProperty, umbraco" iconClosed="" iconOpen="" initialize="false" sortOrder="0" />
      <add application="settings" alias="templates" title="Templates" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Web.Trees.TemplatesTreeController, umbraco" initialize="true" sortOrder="1"/>
      <add application="settings" alias="partialViews" title="Partial Views" silent="false" initialize="true" iconClosed="icon-folder" iconOpen="icon-folder" type="Umbraco.Web.Trees.PartialViewsTree, umbraco" sortOrder="2" />
      <add application="settings" alias="scripts" title="Scripts" type="umbraco.loadScripts, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="3" />
      <add application="settings" alias="dictionary" title="Dictionary" type="umbraco.loadDictionary, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="4" />
      <add application="settings" alias="languages" title="Languages" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Web.Trees.LanguageTreeController, umbraco" sortOrder="5" />
      <add application="settings" alias="mediaTypes" title="Media Types" type="umbraco.loadMediaTypes, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="6" />
      <add application="settings" alias="nodeTypes" title="Document Types" type="umbraco.loadNodeTypes, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="7" />
      <!--Developer-->
      <add initialize="true" sortOrder="0" alias="datatype" application="developer" title="Data Types" iconClosed="icon-folder" iconOpen="icon-folder" type="Umbraco.Web.Trees.DataTypeTreeController, umbraco" />
      <add application="developer" alias="macros" title="Macros" type="umbraco.loadMacros, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="2" />
      <add application="developer" alias="packager" title="Packages" type="umbraco.loadPackager, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="3" />
      <add application="developer" alias="packagerPackages" title="Packager Packages" type="umbraco.loadPackages, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" initialize="false" sortOrder="3" />
      <add application="developer" alias="relationTypes" title="Relation Types" type="umbraco.loadRelationTypes, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="4" />
      <add application="developer" alias="xslt" title="XSLT Files" type="umbraco.loadXslt, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="5" />
      <add application="developer" alias="partialViewMacros" type="Umbraco.Web.Trees.PartialViewMacrosTree, umbraco" silent="false" initialize="true" sortOrder="6" title="Partial View Macro Files" iconClosed="icon-folder" iconOpen="icon-folder" />
      <!--Users-->
      <add application="users" alias="users" title="Users" type="umbraco.loadUsers, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="0" />
      <add application="users" alias="userTypes" title="User Types" type="umbraco.cms.presentation.Trees.UserTypes, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="1" />
      <add application="users" alias="userPermissions" title="User Permissions" type="umbraco.cms.presentation.Trees.UserPermissions, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="2" />
      <!--Members-->
      <add initialize="true" sortOrder="0" alias="member" application="member" title="Members" iconClosed="icon-folder" iconOpen="icon-folder-open" type="Umbraco.Web.Trees.MemberTreeController, umbraco" />
      <add application="member" alias="memberGroup" title="Member Groups" type="umbraco.loadMemberGroups, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="1" />
      <add application="member" alias="memberType" title="Member Types" type="umbraco.loadMemberTypes, umbraco" iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="2" />
      <!--Translation-->
      <add silent="false" initialize="true" sortOrder="1" alias="openTasks" application="translation" title="Tasks assigned to you" iconClosed="icon-folder" iconOpen="icon-folder" type="umbraco.loadOpenTasks, umbraco" />
      <add silent="false" initialize="true" sortOrder="2" alias="yourTasks" application="translation" title="Tasks created by you" iconClosed="icon-folder" iconOpen="icon-folder" type="umbraco.loadYourTasks, umbraco" />
      <!-- Custom -->
      <!--<add application="myApplication" alias="myTree" title="Me Tree" type="MyNamespace.myTree, MyAssembly"
           iconClosed="icon-folder" iconOpen="icon-folder" sortOrder="10" />-->
    </trees>
    
  • MadsInovo 13 posts 84 karma points
    Aug 16, 2016 @ 21:34
    MadsInovo
    0

    Thank you Nicholas, you really saved my evening here. Everything is working now :) Thank you.

  • Nicholas Westby 2005 posts 6843 karma points c-trib
    Aug 16, 2016 @ 21:55
    Nicholas Westby
    0

    Glad I could help. By the way, I suspect the problem was that this line was missing from your trees.config file:

    <add initialize="true" sortOrder="0" alias="formulate" application="formulate" title="Formulate" iconClosed="icon-folder" iconOpen="icon-folder-open" type="formulate.app.Trees.FormulateTreeController, formulate.app" />
    

    I suspect due to a difference in the way different versions of Umbraco allow items to be added to that file.

  • 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