I have tried to install this package twice in a brand spankin' fresh 4.6 install, but always get this error when I go to the editMedia.aspx page in the media-gallery.
I have installed everything correctly I think, Data Type, and the Image media type.
Any ideas ... ?
Server Error in '/' Application.
No Document exists with Version 'ff3c52ca-dd06-48cc-989a-7701c2270871'
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 'ff3c52ca-dd06-48cc-989a-7701c2270871'
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.
The Image Cropper is part of the core now in v4.6. So you shouldn't have to install this package, as the data type is already installed when you install Umbraco :)
Kim is right. This has been a part of the default installation since v 4.5 - however before the release of 4.6 one would need to create the datatype within Umbraco and select the image cropper for the datatype. In v 4.6 it's there out of the box in the developer section under datatypes.
Thanks for the replies guys, much appreciated. But I think I did some damage to the installation, because I uninstalled the package and now all the images in my folder are acting up ... any ideas on that ?
Hmm... That doesn't sound very nice. When you say acting up, how do you mean? You get a YSOD when you click them, or they disappeared from the tree or what?
I think this could be a data-issue in the database ... maby I should install a fresh install into another db, and check the tables for differences, but what tables should I be looking at ?
The YSOD in the media section might occour because that you have added the image cropper to your media's, and if there are some problems with the cropper, then the images will probably fail. Could you first of all try to remove the image cropper property from your images in the settings section? If you've added it earlier of course :)
I clearly did some damage to the setup, so I spent the better part of the morning moving what I had done to a new and fresh install of umbraco. I have the multiple file upload package installed, and when I add the Image Crop data type to the image, I get a YSOD:
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.
Error: No Document exists with Version
Hi.
I have tried to install this package twice in a brand spankin' fresh 4.6 install, but always get this error when I go to the editMedia.aspx page in the media-gallery.
I have installed everything correctly I think, Data Type, and the Image media type.
Any ideas ... ?
Hi Arni
The Image Cropper is part of the core now in v4.6. So you shouldn't have to install this package, as the data type is already installed when you install Umbraco :)
/Kim A
Hi Arni
Kim is right. This has been a part of the default installation since v 4.5 - however before the release of 4.6 one would need to create the datatype within Umbraco and select the image cropper for the datatype. In v 4.6 it's there out of the box in the developer section under datatypes.
/Jan
Thanks for the replies guys, much appreciated. But I think I did some damage to the installation, because I uninstalled the package and now all the images in my folder are acting up ... any ideas on that ?
Hmm... That doesn't sound very nice. When you say acting up, how do you mean? You get a YSOD when you click them, or they disappeared from the tree or what?
/Kim A
YSOD in media > folder > image
YSOD in developer > data types > image cropper
I think this could be a data-issue in the database ... maby I should install a fresh install into another db, and check the tables for differences, but what tables should I be looking at ?
The YSOD in the media section might occour because that you have added the image cropper to your media's, and if there are some problems with the cropper, then the images will probably fail. Could you first of all try to remove the image cropper property from your images in the settings section? If you've added it earlier of course :)
/Kim A
I did remove it from the Image media type, and then the media gallery works, but I can't get the Image Cropper in again.
I clearly did some damage to the setup, so I spent the better part of the morning moving what I had done to a new and fresh install of umbraco. I have the multiple file upload package installed, and when I add the Image Crop data type to the image, I get a YSOD:
I am getting the same problem, installed and unistalled, now need to set it back up again.
When I add a DataType for the cropper tool, which database datatype should it be?
Date, Integer, NText, NVarChar?
and a prevalue?
If you have deleted the ImageCropper datatype, you need to use the property alias umbracoFile for it to work.
is working on a reply...