After using the upgrade package to move from a 4.0 beta to final release the content editor started giving JavaScript errors. After digging around the JS console I found the problem. In the previous version in the folder Composite\content\misc\editors\visualeditor there is a tiny_mce - in the final version that folder is callend tinymce. Plus the contents of the folders are not the same.
I don't know how or why but it seems that the upgrade package did not remove the old content editor folder and add the new. After doing this manually everything seems to work as expected.
Attached is a screenshot of the JS console that shows the error given in the C1 console.
Comments: ** Comment from web user: madsgodvinjensen **
I don't know how or why but it seems that the upgrade package did not remove the old content editor folder and add the new. After doing this manually everything seems to work as expected.
Attached is a screenshot of the JS console that shows the error given in the C1 console.
Comments: ** Comment from web user: madsgodvinjensen **
Not likely. The console was looking for a "tinymce/tinymce.js" while the file system only had a "tiny_mce/tiny_mce.js". In other words, the browser cache had been recycled but the upgrade package (I guess...) hadn't renamed or replaced the editor. Does it make sense?