Missing contenttree in Newsletter section after upgrade
After I did a manual upgrade the content tree is missing
By manual install i mean that i got the new package ( 1.3.4 ), created all the libraries, and copied the files to the correct folders, according to the package.xml file.
I then ran the SQL script to alter to tables, and copied all the files to my solution.
And now the content tree is missing.
I was upgrading from a 1.3.2 solution.
There should be some config changes, so it now uses /config/ but what configfies, should be moved there ?
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
NewsletterStudio.Umbraco.loadSettings.CreateRootNode(XmlTreeNode& rootNode) +21
umbraco.cms.presentation.Trees.BaseTree.CreateRootNode() +68
umbraco.cms.presentation.Trees.BaseTree.Initialize() +154
umbraco.presentation.webservices.TreeDataService.LoadAppTrees(TreeRequestParams treeParams) +160
umbraco.presentation.webservices.TreeDataService.GetXmlTree() +96
umbraco.presentation.webservices.TreeDataService.ProcessRequest(HttpContext context) +55
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +100
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Missing contenttree in Newsletter section after upgrade
After I did a manual upgrade the content tree is missing
By manual install i mean that i got the new package ( 1.3.4 ), created all the libraries, and copied the files to the correct folders, according to the package.xml file.
I then ran the SQL script to alter to tables, and copied all the files to my solution.
And now the content tree is missing.
I was upgrading from a 1.3.2 solution.
There should be some config changes, so it now uses /config/ but what configfies, should be moved there ?
This don't work
http://www.moebler.dk/umbraco/webservices/TreeDataService.ashx?app=newsletterstudio
But works local
Just getting a
Server Error in '/' Application.
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Did a full build and deployed my custom website code again.
Then I got an error in a missing config file, and when I copied that one over, it worked again.
Hi Kristoffer!
Great to see that you found out the problem. In version 1.3.3 we moved the config file to /config/ i guess that is why you had problems.
This guide show how to go from 1.3.3 to 1.3.4.
http://support.newsletterstudio.org/customer/portal/articles/1123533-from-version-1-3-3-to-1-3-4
// m
is working on a reply...