In the Developer section I now get the Relation Types node twice in the menu tree. Have tried uninstalling and reinstalling the package, which has not solved the problem.
How and why is this happening and is there a simple explanation/fix?
Yep, that solved it (after touching web.config). Set treeInitialize to False for the Relation Types row in umbracoAppTree. But there's only one row for this. Should it not have inserted a row into this table?
Hi I'm also getting the same problem with duplicate Relation Types nodes in the Developer section.
First, I've uninstalled the package and it no longer listed under installed packages node but the two Relation Types nodes still exist in the developer section. I've also check umbracoAppTree but there is no record under it to delete. I've deleted relationTypes related config from configs/trees.config file I also went through App_Data packages folders, searched for relationType package in the package.xml file and deleted two folders from there.
Now, I'm still left with one Relation Type node in the Developer section.
I'd like to do a clean install again after removing all the previous installations. How can I COMPLETELY remove/uninstall the Relation Types package from the developer section?
Double Relation Types in menu tree
In the Developer section I now get the Relation Types node twice in the menu tree. Have tried uninstalling and reinstalling the package, which has not solved the problem.
How and why is this happening and is there a simple explanation/fix?
Hi George,
I've noticed that recently too (not sure form which Umbraco version this started happening).
I'm wondering if it appears twice, as the install adds a row to umbracoAppTree and I think it also progmatically registers the tree.
Does one of them disappear if you set the treeInitialize field in umbracoAppTree to 0 for the treeAlias='relationTypesTree' ?
Thanks,
Hendy
Yep, that solved it (after touching web.config). Set treeInitialize to False for the Relation Types row in umbracoAppTree. But there's only one row for this. Should it not have inserted a row into this table?
Hi I'm also getting the same problem with duplicate Relation Types nodes in the Developer section.
First, I've uninstalled the package and it no longer listed under installed packages node but the two Relation Types nodes still exist in the developer section.
I've also check umbracoAppTree but there is no record under it to delete.
I've deleted relationTypes related config from configs/trees.config file
I also went through App_Data packages folders, searched for relationType package in the package.xml file and deleted two folders from there.
Now, I'm still left with one Relation Type node in the Developer section.
I'd like to do a clean install again after removing all the previous installations.
How can I COMPLETELY remove/uninstall the Relation Types package from the developer section?
This only happen on my umbraco 4.8 version.
Thanks.
May
is working on a reply...