...I checked now that on manually creating node under contents is also giving error...
...
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:
[NullReferenceException: Object reference not set to an instance of an object.]
umbraco.cms.businesslogic.property.Property.MakeNew(PropertyType pt, Content c, Guid versionId) +324
umbraco.cms.businesslogic.Content.createNewVersion() +321
umbraco.cms.businesslogic.Content.CreateContent(ContentType ct) +198
umbraco.cms.businesslogic.web.Document.MakeNew(String Name, DocumentType dct, User u, Int32 ParentId) +378
umbraco.contentTasks.Save() +94
umbraco.presentation.create.dialogHandler_temp.Create(String NodeType, Int32 TypeId, Int32 NodeId, String Text) +385
umbraco.cms.presentation.create.controls.content.doCreation() +160
umbraco.cms.presentation.create.controls.content.sbmt_Click(Object sender, EventArgs e) +5
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +118
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +112
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
How much have you included in the package? Is it only umbraco items or does it also contain files? If so what files does it contain - is there any custom code etc? And are the Umbraco version identical? (Then one you create the package on and the one you install the package on).
Have you tried to simply just make an iis reset to see if that solves anything? And have you double checked that it not due to permissions being messed up for some reason?
package installing problem
hello...
I created package having all content nodes.
Now, instaling this package on another website gives 500 internal server error... its like no items are found in package...
Other items like templates, doc types etc were successfully installed .... but content nodes are not getting inserted in package.
...I checked now that on manually creating node under contents is also giving error...
...
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:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.272
Hi heather
How much have you included in the package? Is it only umbraco items or does it also contain files? If so what files does it contain - is there any custom code etc? And are the Umbraco version identical? (Then one you create the package on and the one you install the package on).
Have you tried to simply just make an iis reset to see if that solves anything? And have you double checked that it not due to permissions being messed up for some reason?
Looking forward to hear more about this.
/Jan
For now, problm is solved.. i.e. we just shifted whole data to new server as it is through ftp, not used package to shift data....
And yes, both versions are same, permissions are also proper.
Hi hetaurhet
Ok, good to hear you were able to move forward. Perhaps you should consider buying a courier license instead of using package to do deploy? :)
/Jan
ok..
is working on a reply...