This datatype looks awesome! Unfortunately I have some trouble with it, I've installed the package and added the Pixlr datatype to a document type.
Now when I open documents of that type, I immediately get an exception (see below).
I've done an iisreset, and tried to do a republish of all of the parent including childnodes, but the error stays. Once I remove the datatype from the document type, all is well.
Exception:
System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Decode.Umb.Pixlr.pixlrDataEditor.PixlrLink()
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.InitRecursive(Control namingContainer)
at System.Web.UI.Control.AddedControl(Control control, Int32 index)
at umbraco.controls.ContentControl.addControlNew(Property p, TabPage tp, String Caption)
at umbraco.controls.ContentControl.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
--- End of inner exception stack trace ---
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.umbraco_editcontent_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\root\a0c789d3\523a2f2\App_Web_editcontent.aspx.5f2dec3.2yuzgeko.0.cs:line 0
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Error opening documents with Pixlr datatype
This datatype looks awesome! Unfortunately I have some trouble with it, I've installed the package and added the Pixlr datatype to a document type.
Now when I open documents of that type, I immediately get an exception (see below).
I've done an iisreset, and tried to do a republish of all of the parent including childnodes, but the error stays. Once I remove the datatype from the document type, all is well.
Exception:
Hi Sebastion,
It sounds like you are using the Pixlr datatype with a document type, you should use it with the image media type.
is working on a reply...