I have made an upgrade of an Umbraco 6.1.x to 6.2.6 - manual upgrade following the generel upgrade guide from Umbraco.
After the upgrade the Teacommerce section is empty - there is nothing in the tree.
I can access and use the Teacommerce views, when pointing a browser /app_plugins/teacommerce/views/orders/searchorders.aspx?storeId=1&orderStatusId=1 I get the Teacommerce order overview.
How do I get the tree working again?
Plesse help :-)
Sidenote: I have installed Teacommerce again on top of the upgrade and that did not help.
I get this in log, if I enable debug mode:
2017-11-16 07:25:11,402 [8] WARN umbraco.BusinessLogic.ApplicationTree - [Thread 124] The tree definition: could not be resolved to a .Net object type
2017-11-16 07:25:11,402 [8] WARN umbraco.BusinessLogic.ApplicationTree - [Thread 124] The tree definition: could not be resolved to a .Net object type
2017-11-16 07:25:11,402 [8] WARN umbraco.BusinessLogic.ApplicationTree - [Thread 124] The tree definition: could not be resolved to a .Net object type
2017-11-16 07:25:11,402 [8] WARN
umbraco.BusinessLogic.ApplicationTree - [Thread 124] The tree definition: could not be resolved to a .Net object type
Teacommerce section is empty after upgrade
Hi
I have made an upgrade of an Umbraco 6.1.x to 6.2.6 - manual upgrade following the generel upgrade guide from Umbraco.
After the upgrade the Teacommerce section is empty - there is nothing in the tree.
I can access and use the Teacommerce views, when pointing a browser /app_plugins/teacommerce/views/orders/searchorders.aspx?storeId=1&orderStatusId=1 I get the Teacommerce order overview.
How do I get the tree working again?
Plesse help :-)
Sidenote: I have installed Teacommerce again on top of the upgrade and that did not help.
I get this in log, if I enable debug mode:
2017-11-16 07:25:11,402 [8] WARN umbraco.BusinessLogic.ApplicationTree - [Thread 124] The tree definition: could not be resolved to a .Net object type
2017-11-16 07:25:11,402 [8] WARN umbraco.BusinessLogic.ApplicationTree - [Thread 124] The tree definition: could not be resolved to a .Net object type
2017-11-16 07:25:11,402 [8] WARN umbraco.BusinessLogic.ApplicationTree - [Thread 124] The tree definition: could not be resolved to a .Net object type
2017-11-16 07:25:11,402 [8] WARN umbraco.BusinessLogic.ApplicationTree - [Thread 124] The tree definition: could not be resolved to a .Net object type
I have resolved this with hints from https://our.umbraco.org/projects/developer-tools/robotstxt-editor/feedback/74747-could-not-be-resolved-to-a-net-object-type
In trees.config I changed:
To:
is working on a reply...