I moved a Revo site from one server to another and upgrade it to 2.2.15. After the migration, tinyMCE wasn't loading. I updated is to the latest release from the package manager. I also tried uploading the files manually and installing a local package file. Still the same result.
I finally figured out why. When I disable "Use Compressed JavaScript Libraries" the editor will show up. I'm seeing the following error in the console when its enabled and I view a resource where the Rich-text editor should load:
Uncaught TypeError: p is not a constructor.
It then lists a string of URLS that look like the list of compressed js files:
index.php?f=/manager/assets/modext/util/datetime.js,/manager/assets/modext/widgets/element/modx.pan…:72
I've disabled the compression for now so the client can use the editor. Any ideas? Not a big deal, just thought it was strange.