Ok, they look fine at a first glance - I assume you have tried simply recycling the app pool afterwards?
Also have you tried busting the backoffice cache by increasing/bumping the version number attribute in the /config/ClientDependencyConfig.config file and then recycling the app pool?
I decided to try this with a brand new installation.
Install 6.2.2
Install SEO Checker package 1.8.1
Copy over 6.2.5 files (bin, Install, Umbraco, Umbraco_Client) leaving out Config & Umbraco/Config files as I don't think there's anything different and I'd only have to merge them
Run the upgrade to 6.2.5
Open the site and navigate to the SEO Checker section
Same thing, the SEO Checker section has lost all its options.
Unless I'm doing something silly this seems to be a problem with Umbraco.
Hi, I'm having exactly the same problem with uCommerce after upgrading from 6.1.1 to 6.2.5. I get the same error messages as in your screenshot. Also CMSimport has disappeared from the developer section. The same problem with Tea Commerce is on this thread.
Thanks for pointing me to this thread. I really hope that we somehow can find a solution to the issue that seems to originate from the Umbraco upgrade.
I have not read the other post - But if it seems that there is an upgrade issue when using 3rd party packages that create custom sections then I'll recommend that you file a bug report about it on the issue tracker if it has not already been created - Then HQ will be notified about it and have a chance to deal with it.
For those who don't want to open the link here is the working workaround the Morten posted copied directly
"
It looks like the syntax of the trees.config file changed with this update.
Each tree used to have these attributes :
assembly="SEOChecker" type="Trees.SEOCheckerTree"
after the update it needs to be like this:
type="SEOChecker.Trees.SEOCheckerTree, SEOChecker"
So the workaround for broken installs would be to fix the trees.config file manually."
Make sure that you buy him a beer the next time you see him if he saved your day :)
Empty package sections after upgrade from 6.2.2 to 6.2.5
I'd really like to upgrade my 6.2.2 site to 6.2.5 because apparently it will help with this problem.
I've tried three times now and each time I have the same problem with a couple of packages I have installed, SEO Checker and Tea Commerce.
Each section fails to loads its nodes.
I've performed a number of upgrades in the past so I'm familiar with the process.
I've made sure that the config files have been merged so the package trees should be OK and not missing.
I've had a look in the Trace Log and there's some warnings relating to trees but I'm not sure what it means or if it is relevent.
Does anybody have any ideas as I'm at a loss. :-(
Regards,
Matt
Hi Matt
What does your applications.config and trees.config look like?
/Jan
<?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=".trayusers" sortOrder="4" />
<add alias="member" name="Members" icon=".traymember" sortOrder="5" />
<add alias="translation" name="Translation" icon=".traytranslation" sortOrder="6" />
<add alias="dewd" name="dewd" icon="dewd.png" sortOrder="7" />
<add alias="seochecker" name="SEO checker" icon="seochecker-tray.png" sortOrder="8" />
<add alias="teacommerce" name="teacommerce" icon="tea-commerce-tray-icon.png" sortOrder="9" />
</applications>
<?xml version="1.0" encoding="utf-8"?>
<trees>
<!--Content-->
<add application="content" alias="content" title="Content" type="umbraco.loadContent, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" silent="true" sortOrder="0" />
<add application="content" alias="contentRecycleBin" title="RecycleBin" type="umbraco.cms.presentation.Trees.ContentRecycleBin, umbraco" iconClosed="folder.gif" iconOpen="folder_o.gif" initialize="false" sortOrder="0" />
<!--Media-->
<add application="media" alias="media" title="Media" type="umbraco.loadMedia, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="0" />
<add application="media" alias="mediaRecycleBin" title="RecycleBin" type="umbraco.cms.presentation.Trees.MediaRecycleBin, umbraco" iconClosed="folder.gif" iconOpen="folder_o.gif" initialize="false" sortOrder="0" />
<!--Settings-->
<add application="settings" alias="stylesheets" title="Stylesheets" type="umbraco.loadStylesheets, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" 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" type="umbraco.loadTemplates, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="1" />
<add application="settings" alias="partialViews" title="Partial Views" silent="false" initialize="true" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" type="Umbraco.Web.Trees.PartialViewsTree, umbraco" sortOrder="2" />
<add application="settings" alias="scripts" title="Scripts" type="umbraco.loadScripts, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="3" />
<add application="settings" alias="dictionary" title="Dictionary" type="umbraco.loadDictionary, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" action="openDictionary()" sortOrder="4" />
<add application="settings" alias="languages" title="Languages" type="umbraco.loadLanguages, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="5" />
<add application="settings" alias="mediaTypes" title="Media Types" type="umbraco.loadMediaTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="6" />
<add application="settings" alias="nodeTypes" title="Document Types" type="umbraco.loadNodeTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="7" />
<!--Developer-->
<add application="developer" alias="datatype" title="Data Types" type="umbraco.loadDataTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="1" />
<add application="developer" alias="macros" title="Macros" type="umbraco.loadMacros, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="2" />
<add application="developer" alias="packager" title="Packages" type="umbraco.loadPackager, umbraco" iconClosed="folder.gif" iconOpen="folder_o.gif" sortOrder="3" />
<add application="developer" alias="packagerPackages" title="Packager Packages" type="umbraco.loadPackages, umbraco" iconClosed="folder.gif" iconOpen="folder_o.gif" initialize="false" sortOrder="3" />
<add application="developer" alias="relationTypes" title="Relation Types" type="umbraco.loadRelationTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="4" />
<add application="developer" alias="python" title="Scripting Files" type="umbraco.loadPython, umbraco" iconClosed="folder.gif" iconOpen="folder_o.gif" sortOrder="4" />
<add application="developer" alias="xslt" title="XSLT Files" type="umbraco.loadXslt, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" 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=".sprTreeFolder" iconOpen=".sprTreeFolder_o" />
<!--Users-->
<add application="users" alias="users" title="Users" type="umbraco.loadUsers, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="0" />
<add application="users" alias="userTypes" title="User Types" type="umbraco.cms.presentation.Trees.UserTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="1" />
<add application="users" alias="userPermissions" title="User Permissions" type="umbraco.cms.presentation.Trees.UserPermissions, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="2" />
<!--Members-->
<add application="member" alias="member" title="Members" type="umbraco.loadMembers, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="0" />
<add application="member" alias="memberGroup" title="Member Groups" type="umbraco.loadMemberGroups, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="1" />
<add application="member" alias="memberType" title="Member Types" type="umbraco.loadMemberTypes, umbraco" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="2" />
<!--Translation-->
<add silent="false" initialize="true" sortOrder="1" alias="openTasks" application="translation" title="Tasks assigned to you" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" type="umbraco.loadOpenTasks, umbraco" action="" />
<add silent="false" initialize="true" sortOrder="2" alias="yourTasks" application="translation" title="Tasks created by you" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" type="umbraco.loadYourTasks, umbraco" action="" />
<!-- Custom -->
<!--<add application="myApplication" alias="myTree" title="Me Tree" type="MyNamespace.myTree, MyAssembly"
iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" sortOrder="10" />-->
<add silent="false" initialize="true" sortOrder="0" alias="dewd" application="dewd" title="Dewd" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" assembly="Eksponent" type="Dewd.Tree" action="" />
<!--For now disable standard values because it has some bugs.-->
<!--<add silent="false" initialize="true" sortOrder="8" alias="standardValues" application="settings" title="Standard Values" iconClosed="folder_o.gif" iconOpen="folder.gif" assembly="Sitereactor.StandardValues" type="Trees.LoadStandardValues" action="" />-->
<add silent="false" initialize="true" sortOrder="9" alias="seochecker" application="seochecker" title="Seo Checker" iconClosed="folder.gif" iconOpen="folder_o.gif" assembly="SEOChecker" type="Trees.SEOCheckerTree" action="" />
<add silent="false" initialize="true" sortOrder="0" alias="configFiles" application="developer" title="Config Files" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" type="Our.Umbraco.Tree.Config.LoadConfigFiles, Our.Umbraco.Tree.Config" action="" />
<add silent="false" initialize="true" sortOrder="100" alias="FALMHousekeeping" application="developer" title="FALM Housekeeping" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder" type="FALMHousekeeping.loadHousekeeping, FALMHousekeeping" action="" />
<add silent="false" initialize="true" sortOrder="0" alias="tea-commerce-store-tree" application="teacommerce" title="Stores" iconClosed="folder.gif" iconOpen="folder_o.gif" assembly="TeaCommerce.Umbraco.Application" type="Trees.StoreTree" action="" />
<add silent="false" initialize="true" sortOrder="1" alias="tea-commerce-security-tree" application="teacommerce" title="Security" iconClosed="folder.gif" iconOpen="folder_o.gif" assembly="TeaCommerce.Umbraco.Application" type="Trees.SecurityTree" action="" />
<add silent="false" initialize="true" sortOrder="2" alias="tea-commerce-licenses-tree" application="teacommerce" title="Licenses" iconClosed="folder.gif" iconOpen="folder_o.gif" assembly="TeaCommerce.Umbraco.Application" type="Trees.LicenseTree" action="" />
<add silent="false" initialize="true" sortOrder="3" alias="tea-commerce-need-help-tree" application="teacommerce" title="Need help?" iconClosed="folder.gif" iconOpen="folder_o.gif" assembly="TeaCommerce.Umbraco.Application" type="Trees.NeedHelpTree" action="" />
<add silent="false" initialize="true" sortOrder="20" alias="seocheckerValidationQueue" application="seochecker" title="Seo Checker" iconClosed="folder.gif" iconOpen="folder_o.gif" assembly="SEOChecker" type="Trees.ValidationQueueTree" action="" />
<add silent="false" initialize="true" sortOrder="30" alias="seocheckerRedirectManager" application="seochecker" title="Seo Checker" iconClosed="folder.gif" iconOpen="folder_o.gif" assembly="SEOChecker" type="Trees.RedirectManagerTree" action="" />
<add silent="false" initialize="true" sortOrder="40" alias="seocheckerIssues" application="seochecker" title="Seo Checker" iconClosed="folder.gif" iconOpen="folder_o.gif" assembly="SEOChecker" type="Trees.IssuesTree" action="" />
<add silent="false" initialize="true" sortOrder="50" alias="seocheckerSettings" application="seochecker" title="Seo Checker" iconClosed="folder.gif" iconOpen="folder_o.gif" assembly="SEOChecker" type="Trees.SettingsTree" action="" />
</trees>
Hi Jan,
Both uploaded above.
I tried merging, I tried just leaving them as they were.
Regards,
Matt
Hi Matt
Ok, they look fine at a first glance - I assume you have tried simply recycling the app pool afterwards?
Also have you tried busting the backoffice cache by increasing/bumping the version number attribute in the /config/ClientDependencyConfig.config file and then recycling the app pool?
/Jan
Hi Jan,
Yes, done lots of recycling and even rebooted.
Just tried increasing the ClientDependencyConfig version number and then recycling but still the same result.
Any other ideas?
Regards, Matt
Tried, Chrome, FF & IE.
I decided to try this with a brand new installation.
Same thing, the SEO Checker section has lost all its options.
Unless I'm doing something silly this seems to be a problem with Umbraco.
Regards,
Matt
Hi, I'm having exactly the same problem with uCommerce after upgrading from 6.1.1 to 6.2.5. I get the same error messages as in your screenshot. Also CMSimport has disappeared from the developer section. The same problem with Tea Commerce is on this thread.
Jarema
Hi Jarema,
Thanks, I saw that Tea Commerce thread. Looks like the op gave up.
Certainly looks like Umbraco is doing something crazy.
Hi Jarema.
Thanks for pointing me to this thread. I really hope that we somehow can find a solution to the issue that seems to originate from the Umbraco upgrade.
Søren
Hi guys
I have not read the other post - But if it seems that there is an upgrade issue when using 3rd party packages that create custom sections then I'll recommend that you file a bug report about it on the issue tracker if it has not already been created - Then HQ will be notified about it and have a chance to deal with it.
Just my 2 cents :)
/Jan
http://issues.umbraco.org/issue/U4-6492
Thanks to Morten Bock, who has solved the issue - http://issues.umbraco.org/issue/U4-6492
For those who don't want to open the link here is the working workaround the Morten posted copied directly
" It looks like the syntax of the trees.config file changed with this update. Each tree used to have these attributes : assembly="SEOChecker" type="Trees.SEOCheckerTree" after the update it needs to be like this: type="SEOChecker.Trees.SEOCheckerTree, SEOChecker" So the workaround for broken installs would be to fix the trees.config file manually."
Make sure that you buy him a beer the next time you see him if he saved your day :)
/Jan
I upgraded today and can confirm that making the manual modifications fixes the issue. :-)
is working on a reply...