0
votes

We have migrated an application from sitecore 6.2 to sitecore 7.1.

We are facing an issue related to Rich Text Field which is not showing up when I open a content item. The Show Editor is also not popping up the Rich Text Editor for editing.

1
do you get any errors? - Martijn van der Put
What was your upgrade path, did you upgrade directly from 6.2 to 7.1, or did you follow or the intermediate steps as well? - jammykam
It was incremental upgrade. step by step - Mohan Rangaswamaiah

1 Answers

2
votes

When I am facing this kind of issues after upgrading I tend to put tickets @ support.sitecore.net and dig some deeper into it myself. What I normally do is get a clean web.config + complete fresh bin folder of the Sitecore version I've upgraded to. Also I make sure that I grab the /sitecore folder with it.

Then I will compare the fresh bin with the solution bin and replace any assemblies that are not the same. From there I will also do a folder compare (using beyond compare or any other good compare tool) to make sure I got all the necessary files from there. Also I make sure that I look for any posts on the Sitecore forum containing the same problems. Don't forget to view your logs, as they will sometime help you find your problem quicker.