I don't think it's working on Umbraco 7.1.1. I get this nasty Server error when I have attached the Data Type to my image:
No Document exists with Version '9a51e8da-ad51-450f-a781-469352afd3b5'
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.ArgumentException: No Document exists with Version '9a51e8da-ad51-450f-a781-469352afd3b5'
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.
Umbraco 7.1.1
Hi,
I don't think it's working on Umbraco 7.1.1. I get this nasty Server error when I have attached the Data Type to my image:
No Document exists with Version '9a51e8da-ad51-450f-a781-469352afd3b5'
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.ArgumentException: No Document exists with Version '9a51e8da-ad51-450f-a781-469352afd3b5'
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:
[ArgumentException: No Document exists with Version '9a51e8da-ad51-450f-a781-469352afd3b5']
umbraco.cms.businesslogic.web.Document.setupNode() +736
umbraco.cms.businesslogic.web.Document..ctor(Int32 id) +19
Kenny.Umbraco.DataTypes.ImageCropper.DataEditor.OnInit(EventArgs e) +467
System.Web.UI.Control.InitRecursive(Control namingContainer) +133
System.Web.UI.Control.InitRecursive(Control namingContainer) +421
System.Web.UI.Control.InitRecursive(Control namingContainer) +421
System.Web.UI.Control.InitRecursive(Control namingContainer) +421
System.Web.UI.Control.InitRecursive(Control namingContainer) +421
System.Web.UI.Control.AddedControl(Control control, Int32 index) +277
umbraco.controls.ContentControl.addControlNew(Property p, TabPage tp, String Caption) +3676
umbraco.controls.ContentControl.CreateChildControls() +858
System.Web.UI.Control.EnsureChildControls() +182
umbraco.controls.ContentControl.OnInit(EventArgs e) +123
System.Web.UI.Control.InitRecursive(Control namingContainer) +133
System.Web.UI.Control.AddedControl(Control control, Int32 index) +277
umbraco.cms.presentation.editMedia.OnInit(EventArgs e) +670
System.Web.UI.Control.InitRecursive(Control namingContainer) +133
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1970
I watched the video and did what it instructed.
/Rune
Aah, a little googling found me a post from over a year ago.
The solution was NOT to use the DataType installed by the package, and instead create my own.
/Rune
Whoaaa! Are you from the future? Tell me, how is umbraco 7.1.1? :P
Uuh. My time machine worked perfectly I see. Awesome!
I meant 4.7.1 of course :)
/Rune
Fantastic package by the way.
This package has been included in the core since v4.5
Yeah, found out about that as well.
Included but very well hidden in there ;)
/Rune
If you're using the build in version you might also like this package: http://our.umbraco.org/projects/backoffice-extensions/create-crops
Jeroen
Cool Jeroen. I will try it. Nice one.
/Rune
is working on a reply...