문제

We are using Sitecore 6.5 and the Browse link on images within the CMS backend is not opening up the window to select an image. A blank window just appears.

There is nothing in the Sitecore logs or window event logs. This used to work - when I compare the bin folders with the previous version, I only see a difference in the version of mscorlib.dll

I don't know if this is related, but when uploading a package we get the error

[ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.]
   System.Reflection.RuntimeModule.GetTypes(RuntimeModule module) +0
   System.Reflection.RuntimeModule.GetTypes() +9
   System.Reflection.Assembly.GetTypes() +143
도움이 되었습니까?

해결책 2

The problem was the \sitecore\shell\applications\Media\MediaBrowser\MediaBrowser.xml file was complete empty.

We have no idea how this happened. Restoring the xml fixed this issue.

다른 팁

I've seen something similar to this when the source path specified on the field was set to an invalid folder. If you take a look at the field definitions on the template, do they have a folder specified for the image location? Is that folder still valid?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top