I have a photo gallery where i created a data type using image cropper type. However when i create a new file am having server 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.
Hmm the configuration seems fine. Not sure what this error might be. If you create a new media file which has this cropper datatype does it always have the umbracoFile property? For example if you add the cropper to a folder media type it will crash.
when i create an image under the media section i have the same issue.
Server Error in '/net4/iorim' 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.
Photo Gallery
Hi all,
I have a photo gallery where i created a data type using image cropper type. However when i create a new file am having server 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:
Anyone knows what might be causing this?
//fuji
You could post an image of your imagecropper datatype configuration?
Jeroen
Hi Jeroen,
Thanks for replying, here is the dataType struc
Hmm the configuration seems fine. Not sure what this error might be. If you create a new media file which has this cropper datatype does it always have the umbracoFile property? For example if you add the cropper to a folder media type it will crash.
Jeroen
Yes, even with the default image cropper it keeps crashing.
when i create an image under the media section i have the same issue.
Server Error in '/net4/iorim' 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:
I finally got it working Jeroen, i missed one step under Settings > Media > Image.
//fuji
Can anybody help me to code the albums????
I have an photo template, album template and Photoalbum template
http://www.het-ruigeblok.nl
coding in Umbraco isn't easy so please help???
You can use DAMP for this. Here is a video: http://www.screenr.com/gz0s.
Jeroen
Bedankt!
Heb alles geinstalleerd, maar kun je ook aparte albums creƫren en daar foto's onderhangen, bijv. BBQ, Burendag etc?
Zie dat je verschillende formaten kunt hanteren of alleen Classic en pixlr om de foto te stijlen.
Heb een bericht achetr gelaten op Screenr bij je video Using the Digibiz Advanced Media Picker - Part 1
Marcel
Hello Marcel,
I'll keep talking in English so everyone on this forum can understand it :-).
You could use DAMP to select folders instead of images and than write some custom code to show the images of the folders you selected.
My DAMP Razor Model supports fetching children from a selected media item.
Jeroen
is working on a reply...