Try our conversational search powered by Generative AI!

EPiServer CMS 7.0.586.1 to EPiServer 7.5.394.2 VPP upgrade question

Vote:
 

Guys,

I have installed EPiServer CMS 7.0.586.1 Alloytech website and then upgraded it to 7.5.394.2 by using the EPiServer Deployment center. Once upgraded fixed the errors in code and recomplied. Now the website loads fine in view mode. But when I go to edit mode, the images does not load. The images even does not appear in new media browser. I have even upgraded the vpp to new media type by using the vpp migration tool but got no luck. The images still does not appear in edit mode but appears fine in view mode.

Any suggestions?

#120825
Apr 24, 2015 16:02
Vote:
 

Can you paste <episerver.framework> section? Could be some leftovers from migration tool.

#120918
Apr 28, 2015 9:13
Vote:
 

Thanks for replying Valdis. In EPiServer.Config Following sections are there

 <virtualPathProviders>
    <clear />
    <add virtualPath="~/secret/" physicalPath="[appDataPath]\Modules" name="ProtectedAddons" type="EPiServer.Web.Hosting.VirtualPathNonUnifiedProvider, EPiServer.Framework" />
	<!--
    <add showInFileManager="true" virtualName="Page Files" virtualPath="~/PageFiles/" bypassAccessCheck="false" indexingServiceCatalog="Web" useRouting="true" customFileSummary="~/FileSummary.config" name="SitePageFiles" type="EPiServer.Web.Hosting.VirtualPathVersioningProvider, EPiServer" />
    <add showInFileManager="true" virtualName="Global Files" virtualPath="~/Global/" bypassAccessCheck="false" indexingServiceCatalog="Web" useRouting="true" customFileSummary="~/FileSummary.config" name="SiteGlobalFiles" type="EPiServer.Web.Hosting.VirtualPathVersioningProvider, EPiServer" />
    <add showInFileManager="true" virtualName="Documents" virtualPath="~/Documents/" bypassAccessCheck="false" maxVersions="5" useRouting="true" customFileSummary="~/FileSummary.config" name="SiteDocuments" type="EPiServer.Web.Hosting.VirtualPathVersioningProvider, EPiServer" />
	-->
	
  </virtualPathProviders>
 <appData basePath="...\vpp" />

<virtualRoles replacePrincipal="true">
...
</virtualRoles>

<geolocation defaultProvider="maxmind">
...
</geolocation>



All the virtualpathproviders are commented except modules one.

#120923
Apr 28, 2015 10:14
Vote:
 

What if you navigate directly to edit mode passing in ID of the image? Is metadata for those images in database?

#120934
Apr 28, 2015 12:33
Vote:
 

Did you find a solution for your problem? It is important to not remove or uncomment the virtualPathProviders Page Files, Global Files and Documents before you run the vpp migration tool.

#121348
Edited, May 07, 2015 10:06
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.