Working with sitecore on my local machine. When I attempt to log into "desktop", it hangs at /sitecore/shell/default.aspx?sc_lang=en and eventually times out. It works fine if I log into "content editor" Any ideas how to debug this?
4 Answers
We had this problem yesterday. We found this question on Stack Overflow and tried moving the data folder from the website folder into a separate folder. This solved the problem immediately. You then need to change this setting in the Sitecore.config (or Web.config) file:
<sc.variable name="dataFolder" value="/Data"/>
to point at the new folder. We have asked Sitecore support whether this is a known issue and they didn't have many ideas. Their only guess was that it could have been caused by Sitecore caching.
I don't have permission to comment on others answers yet, but just thought it's good to add my little experience about this problem.
I moved the data folder to somewhere else as @Maras suggested, then sitecore started complaining about can't find license file. If this is your case just simply move the data folder back, it then started working for me.