Thanks for the reply Richard.
Ok, here's more info on my problem:
- I create a Group
- I then access the Group from CMS Desk (Tools > Groups > Edit Group)
- I move to the Media Libraries tab and I can see my default Media Library in which I uploaded 4 files
- I then move to the General tab and I can see the Title, description, and also a field to upload a Teaser image.
- I upload a teaser image (a JPG file) and get no errors. I then click on Save.
But then if I go back to the Group Media Library on the front end for this group I still see the default teaser image and not the one I just uploaded.
If I access the transformation "GroupMediaLibraryList" (used in this case on the GroupMediaLibrariesViewer web part) to see the line loading the teaser image I see the following line:
<a href="~/Groups/<%# GetGroupName() %>/Library-<%# Eval("LibraryName") %>.aspx">
<%# IfEmpty(Eval("LibraryTeaserPath"), "<img border=\"0\" src=\"~/App_Themes/CommunitySite/Images/DefaultMediaTeaser.gif\" alt=\"Default\" />", "<img src=\"" + Eval("LibraryTeaserPath") + "?width=180\" alt=\""+ Eval("name") +"\" border=\"0\" />") %></a>
I tested the line above and the result for "Eval("LibraryTeaserPath")" is always empty. I also inspected the table called Media_Library and the path is empty (for my library), and the GUID for the teaser image is NULL.
I will try to take some screenshots a bit later, but thought of writing this already in case this is enough to point me in the right direction.
Thanks!
Christian