As per title, we have around 6,200 images in our galleries and are concerned what's going to happen to them should be we upgrade to CS2008.
For reference they are all stored in the file system and we're on CS2007.1
Volkswagen Golf, Bora, Jetta and Scirocco Forums
Audi Forums, Galleries and Blogs
All Gallery images should be migrated into the CFS, as are avatars and post attachments. This is the reason why the CS2008 upgrader is a Windows application as opposed to just a SQL script.
Community Server Documentation please rate articles you read
Nintendo Wiikly | My Blog
Thanks. Have you tested this, particulalry with user galleries, as this is where the bulk of our images are stored?
What happens to blog/forum posts which contain gallery images, do the paths get updated?
The UKs best resource for the Golf, Bora, Jetta and Scirocco
CS redirects links from the old file gallery and photo gallery to the new media gallery through an http handler - from siteurls.config.
<!-- redirections for old photo gallery URLs --> <location name="galleries" path="/photos/" physicalPath="/media/"> <url name="galleryhome" path="" pattern="$" vanity="redirect.ashx?" /> <url name="gallery_RssGalleryPictures" path="" pattern="##mediaGalleryName/pictures_rss/$" vanity="redirect.ashx?App=$1&Type=Pictures" /> <url name="gallery_aggregate_Syndication" path="" pattern="MainFeed/$" vanity="redirect.ashx?" /> <url name="gallery_RssCategoryPictures" path="" pattern="##mediaGalleryName/(\d+)/pictures_rss/$" vanity="redirect.ashx?App=$1&CategoryID=$2&Type=Pictures" /> <url name="gallery_TagsRss" path="" vanity="redirect.ashx?" /> <url name="gallery_ViewSlideshow_Gallery" path="" pattern="##mediaGalleryName/slideshow/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewSlideshow_Category" path="" pattern="##mediaGalleryName/(\d+)/slideshow/$" vanity="redirect.ashx?App=$1&CategoryID=$2" /> <url name="gallery_ViewSlideshowPro_Gallery" path="" pattern="##mediaGalleryName/slideshowpro/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewSlideshowPro_Category" path="" pattern="##mediaGalleryName/(\d+)/slideshowpro/$" vanity="redirect.ashx?App=$1&CategoryID=$2" /> <url name="gallery_ViewSlideshowPro" path="" pattern="slideshowpro/$" vanity="redirect.ashx?App=$1&ImageType=watermark" /> <url name="gallery_PictureUrlScale" path="" pattern="##mediaGalleryName/images/(\d+)/(\d+)x(\d+)/$" vanity="redirect.ashx?App=$1&PostID=$2&Width=$3&Height=$4" /> <url name="gallery_PictureUrlTypeThumb" path="" pattern="##mediaGalleryName/images/(\d+)/thumb/$" vanity="redirect.ashx?App=$1&PostID=$2&Width=100&Height=100" /> <url name="gallery_PictureUrlTypeSecondaryThumb" path="" pattern="##mediaGalleryName/images/(\d+)/secondarythumb/$" vanity="redirect.ashx?App=$1&PostID=$2&Width=160&Height=160" /> <url name="gallery_PictureUrlTypeOriginal" path="" pattern="##mediaGalleryName/images/(\d+)/original/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="gallery_PictureUrlType_FriendlyNameThumb" path="" pattern="##mediaGalleryName/images/thumb/([a-zA-Z0-9\-\._]*?)/$" vanity="redirect.ashx?App=$1&Width=100&Height=100&PostName=$3" /> <url name="gallery_PictureUrlType_FriendlyNameSecondaryThumb" path="" pattern="##mediaGalleryName/images/secondarythumb/([a-zA-Z0-9\-\._]*?)/$" vanity="redirect.ashx?App=$1&Width=160&Height=160&PostName=$3" /> <url name="gallery_PictureUrlType_FriendlyNameOriginal" path="" pattern="##mediaGalleryName/images/original/([a-zA-Z0-9\-\._]*?)/$" vanity="redirect.ashx?App=$1&PostName=$3" /> <url name="gallery_ViewEmailSubscription" path="" pattern="##mediaGalleryName/emailsubscriptions/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewAbout" path="" pattern="##mediaGalleryName/about/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewGallery" path="" pattern="##mediaGalleryName/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewCategory" path="" pattern="##mediaGalleryName/category(\d+)/$" vanity="redirect.ashx?App=$1&CategoryID=$2" /> <url name="gallery_ViewPicture_Gallery" path="" pattern="##mediaGalleryName/picture(\d+)/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="gallery_ViewPicture_Category" path="" pattern="##mediaGalleryName/category(\d+)/picture(\d+)/$" vanity="redirect.ashx?App=$1&CategoryID=$2&PostID=$3" /> <url name="gallery_ViewExif_Gallery" path="" pattern="##mediaGalleryName/exif/picture(\d+)/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="gallery_ViewExif_Category" path="" pattern="##mediaGalleryName/category(\d+)/exif/picture(\d+)/$" vanity="redirect.ashx?App=$1&CategoryID=$2&PostID=$3" /> <url name="gallery_ViewFile_Gallery" path="" pattern="##mediaGalleryName/file(\d+)/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="gallery_ViewFile_Category" path="" pattern="##mediaGalleryName/category(\d+)/file(\d+)/$" vanity="redirect.ashx?App=$1&CategoryID=$2&PostID=$3" /> <url name="gallery_ViewOrderPrints" path="" pattern="##mediaGalleryName/(\d+)/order/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="gallery_ViewPicture_Gallery_FriendlyName" path="" pattern="##mediaGalleryName/([a-zA-Z0-9\-\._]*?)/$" vanity="redirect.ashx?App=$1&PostName=$2" /> <url name="gallery_ViewPicture_Category_FriendlyName" path="" pattern="##mediaGalleryName/category(\d+)/([a-zA-Z0-9\-\._]*?)/$" vanity="redirect.ashx?App=$1&CategoryID=$2&PostName=$3" /> <url name="gallery_AllTags" path="" pattern="##mediaGalleryName/tags/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewTags" path="" pattern="##mediaGalleryName/tags/(.*?)/$" vanity="redirect.ashx?App=$1&Tags=$2" /> </location> <!-- redirections for old file gallery URLs --> <location name="files" path="/files/" physicalPath="/media/"> <url name="fileshome" path="" pattern="$" vanity="redirect.ashx?" /> <url name="files_ViewFolder" path="" pattern="folders/##mediaGalleryName/$" vanity="redirect.ashx?App=$1" /> <url name="files_ViewCategory" path="" pattern="folders/##mediaGalleryName/category(\d+)/$" vanity="redirect.ashx?App=$1&CategoryID=$2" /> <url name="files_ViewEntry" path="" pattern="folders/##mediaGalleryName/entry(\d+)/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="files_Download" path="" pattern="folders/(\d+)/download/$" vanity="redirect.ashx?PostID=$1" /> <url name="files_DeleteEntry" path="" pattern="deleteentry/$" vanity="redirect.ashx?App=$1" /> <url name="files_Rss_Tags" path="" pattern="folders/##mediaGalleryName/rss/$" vanity="redirect.ashx?App=$1" /> <url name="files_TopDownloadsRss" path="" pattern="folders/##mediaGalleryName/TopDownloads/rss/$" vanity="redirect.ashx?downloads=true&App=$1" /> <url name="files_aggregate_TopDownloadsSyndication" path="" pattern="TopDownloads/MainFeed/$" vanity="redirect.ashx?downloads=true" /> <url name="files_aggregate_Syndication" path="" pattern="MainFeed/$" vanity="redirect.ashx?" /> <url name="files_ViewFolder_AllTags" path="" pattern="folders/##mediaGalleryName/tags/$" vanity="redirect.ashx?App=$1" /> <url name="files_ViewFolder_Tags" path="" pattern="folders/##mediaGalleryName/tags/(.*?)/$" vanity="redirect.ashx?App=$1&Tags=$2" /> <url name="files_ViewFolder_old" path="" pattern="(\d+)/##mediaGalleryName/$" vanity="redirect.ashx?App=$2&GroupID=$1" /> <url name="files_ViewCategory_old" path="" pattern="(\d+)/##mediaGalleryName/category(\d+)/$" vanity="redirect.ashx?App=$2&CategoryID=$3&GroupID=$1" /> <url name="files_ViewEntry_old" path="" pattern="(\d+)/##mediaGalleryName/entry(\d+)/$" vanity="redirect.ashx?App=$2&PostID=$3&GroupID=$1" /> <url name="files_Download_old" path="" pattern="(\d+)/download/$" vanity="redirect.ashx?PostID=$1" /> <url name="files_Rss_old" path="" pattern="(\d+)/##mediaGalleryName/rss/$" vanity="redirect.ashx?App=$2&GroupID=$1" /> <url name="files_TopDownloadsRss_old" path="" pattern="(\d+)/##mediaGalleryName/TopDownloads/rss/$" vanity="redirect.ashx?downloads=true&App=$2&GroupID=$1" /> </location>
<!-- redirections for old photo gallery URLs --> <location name="galleries" path="/photos/" physicalPath="/media/"> <url name="galleryhome" path="" pattern="$" vanity="redirect.ashx?" /> <url name="gallery_RssGalleryPictures" path="" pattern="##mediaGalleryName/pictures_rss/$" vanity="redirect.ashx?App=$1&Type=Pictures" /> <url name="gallery_aggregate_Syndication" path="" pattern="MainFeed/$" vanity="redirect.ashx?" /> <url name="gallery_RssCategoryPictures" path="" pattern="##mediaGalleryName/(\d+)/pictures_rss/$" vanity="redirect.ashx?App=$1&CategoryID=$2&Type=Pictures" /> <url name="gallery_TagsRss" path="" vanity="redirect.ashx?" /> <url name="gallery_ViewSlideshow_Gallery" path="" pattern="##mediaGalleryName/slideshow/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewSlideshow_Category" path="" pattern="##mediaGalleryName/(\d+)/slideshow/$" vanity="redirect.ashx?App=$1&CategoryID=$2" /> <url name="gallery_ViewSlideshowPro_Gallery" path="" pattern="##mediaGalleryName/slideshowpro/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewSlideshowPro_Category" path="" pattern="##mediaGalleryName/(\d+)/slideshowpro/$" vanity="redirect.ashx?App=$1&CategoryID=$2" /> <url name="gallery_ViewSlideshowPro" path="" pattern="slideshowpro/$" vanity="redirect.ashx?App=$1&ImageType=watermark" /> <url name="gallery_PictureUrlScale" path="" pattern="##mediaGalleryName/images/(\d+)/(\d+)x(\d+)/$" vanity="redirect.ashx?App=$1&PostID=$2&Width=$3&Height=$4" /> <url name="gallery_PictureUrlTypeThumb" path="" pattern="##mediaGalleryName/images/(\d+)/thumb/$" vanity="redirect.ashx?App=$1&PostID=$2&Width=100&Height=100" /> <url name="gallery_PictureUrlTypeSecondaryThumb" path="" pattern="##mediaGalleryName/images/(\d+)/secondarythumb/$" vanity="redirect.ashx?App=$1&PostID=$2&Width=160&Height=160" /> <url name="gallery_PictureUrlTypeOriginal" path="" pattern="##mediaGalleryName/images/(\d+)/original/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="gallery_PictureUrlType_FriendlyNameThumb" path="" pattern="##mediaGalleryName/images/thumb/([a-zA-Z0-9\-\._]*?)/$" vanity="redirect.ashx?App=$1&Width=100&Height=100&PostName=$3" /> <url name="gallery_PictureUrlType_FriendlyNameSecondaryThumb" path="" pattern="##mediaGalleryName/images/secondarythumb/([a-zA-Z0-9\-\._]*?)/$" vanity="redirect.ashx?App=$1&Width=160&Height=160&PostName=$3" /> <url name="gallery_PictureUrlType_FriendlyNameOriginal" path="" pattern="##mediaGalleryName/images/original/([a-zA-Z0-9\-\._]*?)/$" vanity="redirect.ashx?App=$1&PostName=$3" /> <url name="gallery_ViewEmailSubscription" path="" pattern="##mediaGalleryName/emailsubscriptions/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewAbout" path="" pattern="##mediaGalleryName/about/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewGallery" path="" pattern="##mediaGalleryName/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewCategory" path="" pattern="##mediaGalleryName/category(\d+)/$" vanity="redirect.ashx?App=$1&CategoryID=$2" /> <url name="gallery_ViewPicture_Gallery" path="" pattern="##mediaGalleryName/picture(\d+)/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="gallery_ViewPicture_Category" path="" pattern="##mediaGalleryName/category(\d+)/picture(\d+)/$" vanity="redirect.ashx?App=$1&CategoryID=$2&PostID=$3" /> <url name="gallery_ViewExif_Gallery" path="" pattern="##mediaGalleryName/exif/picture(\d+)/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="gallery_ViewExif_Category" path="" pattern="##mediaGalleryName/category(\d+)/exif/picture(\d+)/$" vanity="redirect.ashx?App=$1&CategoryID=$2&PostID=$3" /> <url name="gallery_ViewFile_Gallery" path="" pattern="##mediaGalleryName/file(\d+)/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="gallery_ViewFile_Category" path="" pattern="##mediaGalleryName/category(\d+)/file(\d+)/$" vanity="redirect.ashx?App=$1&CategoryID=$2&PostID=$3" /> <url name="gallery_ViewOrderPrints" path="" pattern="##mediaGalleryName/(\d+)/order/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="gallery_ViewPicture_Gallery_FriendlyName" path="" pattern="##mediaGalleryName/([a-zA-Z0-9\-\._]*?)/$" vanity="redirect.ashx?App=$1&PostName=$2" /> <url name="gallery_ViewPicture_Category_FriendlyName" path="" pattern="##mediaGalleryName/category(\d+)/([a-zA-Z0-9\-\._]*?)/$" vanity="redirect.ashx?App=$1&CategoryID=$2&PostName=$3" /> <url name="gallery_AllTags" path="" pattern="##mediaGalleryName/tags/$" vanity="redirect.ashx?App=$1" /> <url name="gallery_ViewTags" path="" pattern="##mediaGalleryName/tags/(.*?)/$" vanity="redirect.ashx?App=$1&Tags=$2" /> </location>
<!-- redirections for old file gallery URLs --> <location name="files" path="/files/" physicalPath="/media/"> <url name="fileshome" path="" pattern="$" vanity="redirect.ashx?" /> <url name="files_ViewFolder" path="" pattern="folders/##mediaGalleryName/$" vanity="redirect.ashx?App=$1" /> <url name="files_ViewCategory" path="" pattern="folders/##mediaGalleryName/category(\d+)/$" vanity="redirect.ashx?App=$1&CategoryID=$2" /> <url name="files_ViewEntry" path="" pattern="folders/##mediaGalleryName/entry(\d+)/$" vanity="redirect.ashx?App=$1&PostID=$2" /> <url name="files_Download" path="" pattern="folders/(\d+)/download/$" vanity="redirect.ashx?PostID=$1" /> <url name="files_DeleteEntry" path="" pattern="deleteentry/$" vanity="redirect.ashx?App=$1" /> <url name="files_Rss_Tags" path="" pattern="folders/##mediaGalleryName/rss/$" vanity="redirect.ashx?App=$1" /> <url name="files_TopDownloadsRss" path="" pattern="folders/##mediaGalleryName/TopDownloads/rss/$" vanity="redirect.ashx?downloads=true&App=$1" /> <url name="files_aggregate_TopDownloadsSyndication" path="" pattern="TopDownloads/MainFeed/$" vanity="redirect.ashx?downloads=true" /> <url name="files_aggregate_Syndication" path="" pattern="MainFeed/$" vanity="redirect.ashx?" /> <url name="files_ViewFolder_AllTags" path="" pattern="folders/##mediaGalleryName/tags/$" vanity="redirect.ashx?App=$1" /> <url name="files_ViewFolder_Tags" path="" pattern="folders/##mediaGalleryName/tags/(.*?)/$" vanity="redirect.ashx?App=$1&Tags=$2" /> <url name="files_ViewFolder_old" path="" pattern="(\d+)/##mediaGalleryName/$" vanity="redirect.ashx?App=$2&GroupID=$1" /> <url name="files_ViewCategory_old" path="" pattern="(\d+)/##mediaGalleryName/category(\d+)/$" vanity="redirect.ashx?App=$2&CategoryID=$3&GroupID=$1" /> <url name="files_ViewEntry_old" path="" pattern="(\d+)/##mediaGalleryName/entry(\d+)/$" vanity="redirect.ashx?App=$2&PostID=$3&GroupID=$1" /> <url name="files_Download_old" path="" pattern="(\d+)/download/$" vanity="redirect.ashx?PostID=$1" /> <url name="files_Rss_old" path="" pattern="(\d+)/##mediaGalleryName/rss/$" vanity="redirect.ashx?App=$2&GroupID=$1" /> <url name="files_TopDownloadsRss_old" path="" pattern="(\d+)/##mediaGalleryName/TopDownloads/rss/$" vanity="redirect.ashx?downloads=true&App=$2&GroupID=$1" /> </location>
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com