1
votes

I've upgraded Sitecore 6.5 rev 111230 to Sitecore 6.6 rev 120918

Since the upgrade the Rich Text editor stopped working. Sitecore returns a page not found error.

I checked the config files, and they haven't changed - it is pointing to the right editor profile (I'm using Rich Text editor default).

Has anyone come across this issue before?

2
What about your Telerik handlers and binaries?Patrick Jones
This one is a good candidate to direct to support.sitecore.netYan Sklyarenko
Did you really doublecheck if everythin was ok during updating? You also posted that WFFM was broken (stackoverflow.com/questions/16907774/…). So it seems that something got wrong with you update (or some dll's has wrong references..)Kevin Brechbühl
The Sitecore update looked fine. No errors. That is why I cannot understand why is not working. I solved the issue with WFFM, I had to reinstall the whole module from scratch as the upgrade package didn't work (Sitecore support actually told me to do a full install of the module)tataNZ

2 Answers

2
votes

What we normally do in a situation like that is look for obvious mistakes like: "Did we forget to put the correct .dll files in the bin folder" or compare the clean 6.6 rev. web.config with the web.config currently in your solution. Maybe you forgot one of the steps listed in the upgrade process and therefor a compare can sometimes help you address this kind of mistakes.

1
votes

Have you enabled MVC? I found that I had to remove the line:

routes.IgnoreRoute("{resource}.axd/{*pathInfo}");

from the RegisterRoutes function in the Global.asax.cs file.