I installed a fresh version of Umbraco 4.5.2 using the web platform installer, then installed ImageGen 2.01. Next I tried installing UmBox 1.2.1, and I get:
Object reference not set to an instance of an object.
[NullReferenceException: Object reference not set to an instance of an object.] umbraco.cms.businesslogic.Content.CreateContent(ContentType ct) +226 umbraco.cms.businesslogic.web.Document.MakeNew(String Name, DocumentType dct, User u, Int32 ParentId) +964 umbraco.cms.businesslogic.web.Document.Import(Int32 ParentId, User Creator, XmlElement Source) +971 umbraco.cms.businesslogic.packager.Installer.InstallBusinessLogic(Int32 packageId, String tempDir) +8401 umbraco.presentation.developer.packages.Installer.processInstall(String currentStep) +426 umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) +914 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +24 System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +41 System.Web.UI.Control.OnLoad(EventArgs e) +131 umbraco.BasePages.BasePage.OnLoad(EventArgs e) +73 System.Web.UI.Control.LoadRecursive() +65 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBe
umbraco v 4.6.1 (Assembly version: 1.0.4029.25836)
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.Content.CreateContent(ContentType ct) +118
umbraco.cms.businesslogic.web.Document.MakeNew(String Name, DocumentType dct, User u, Int32 ParentId) +376
umbraco.cms.businesslogic.web.Document.Import(Int32 ParentId, User Creator, XmlElement Source) +369
umbraco.cms.businesslogic.packager.Installer.InstallBusinessLogic(Int32 packageId, String tempDir) +3667
umbraco.presentation.developer.packages.Installer.processInstall(String currentStep) +179
umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) +401
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
System.Web.UI.Control.OnLoad(EventArgs e) +91
umbraco.BasePages.BasePage.OnLoad(EventArgs e) +14
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Error installing v1.2.1
I installed a fresh version of Umbraco 4.5.2 using the web platform installer, then installed ImageGen 2.01. Next I tried installing UmBox 1.2.1, and I get:
Object reference not set to an instance of an object.
Some problem over here:
umbraco v 4.6.1 (Assembly version: 1.0.4029.25836)
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.1
That is a bug with the demo content that is supplied in the package.
I will fix this in the next release.(Which will feature FancyBox instead of the current lightbox solution)
is working on a reply...