I recently faced this issue where my page editor was keep on loading. I found a JS error in console which says "Script error in require.js" , Experienceeditor.js not found. I had to create a temporary Experienceeditor.js file as below and had to place it in /sitecore/shell/client/Sitecore/ExperienceEditor folder.
define(["sitecore"], function (Sitecore) {
return Sitecore.ExperienceEditor;
});
More details why this error happens and the root cause can be found in below post
http://www.awareweb.com/awareblog/11-16-15-retrofitsitecore8scripts
Happy New Year Everyone :)
define(["sitecore"], function (Sitecore) {
return Sitecore.ExperienceEditor;
});
More details why this error happens and the root cause can be found in below post
http://www.awareweb.com/awareblog/11-16-15-retrofitsitecore8scripts
Happy New Year Everyone :)
No comments:
Post a Comment