Ok ! here goes the 1st one...(nothingmajor, but it's fresh as of today)
Bug# 1
This one needs a Starter Kit setup with no photo-albums.
Simulation:
1. Delete all existing photo Albums from your Club website (or use a fresh new Starter Kit)
2. Login in an Admin role and add a new Event
3. Select a photo for this event from your hard-drive
4. Because U have no Albums the Album combo-box is empty. Let it be so.
5. When you try to save this Event, the application errors out.
Fix # 1.1
Open Photos_FormPicker.ascx Go to Line 131
Replace CInt( AlbumList2.SelectedValue)
with CInt( "0" & AlbumList2.SelectedValue)
Save file and try to simulate again.
Note: Only code has been depicted using Blue font.