I'm getting the following message when I try to open the Flickr media picker in the content section.
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.
and this <flickrNet cacheDisabled="true" /> after </configSections> ? (it sounds like the cacheDisabled is not set to true - the flickrnet assembly will cache to a local folder called "FlickrNet" if caching is enabled).
Okay ... Im a bit surprised that the two entries were not added to the web.config as there is an install script for it. Does the application pool identity have modify access to web.config?
With regards to the images not showing up - did you authenticate the package with Flickr to get an access token? By default it should list the 10 latest photosets and 10 latest photos, but if you have entered the wrong userid in the configuration of the provider it won't show anything ;) (tip: if you leave the userid empty it gets photos from the account you have authenticated).
Access to the path 'FlickrNet' is denied
I'm getting the following message when I try to open the Flickr media picker in the content section.
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 checked the file permissions for FlickrNet.dll, and the website user has full control rights on the assembly.
Hi Ove,
Can you please check that you have this configSection in Web.config:
and this <flickrNet cacheDisabled="true" /> after </configSections> ? (it sounds like the cacheDisabled is not set to true - the flickrnet assembly will cache to a local folder called "FlickrNet" if caching is enabled).
Which version of Umbraco and UMP are you using?
- Morten
That fixed the YSOD issue.
Apparently, those sections weren't added to the web.config when I installed the provider...
(I am using Umbraco 4.7 and UMP 1.4).
But there is also another issue - No photos are shown in the media picker dialog (it's empty).
I currently have 4 photos in my Photostream. Shouldn't they be visible in the tree?
Okay ... Im a bit surprised that the two entries were not added to the web.config as there is an install script for it.
Does the application pool identity have modify access to web.config?
With regards to the images not showing up - did you authenticate the package with Flickr to get an access token? By default it should list the 10 latest photosets and 10 latest photos, but if you have entered the wrong userid in the configuration of the provider it won't show anything ;) (tip: if you leave the userid empty it gets photos from the account you have authenticated).
- Morten
The apppool user has write access to web.config, yes.
But removing the user id seemed to do the trick.
Okay, well at least you got it working ;)
I'll do some more testing with regards to the install script not firing.
Thanks for reporting.
- Morten
Turns out I did put the wrong userid after all. Userid != username it seems.
is working on a reply...