Tiny MCE license key

In the Tools>Extensions I have set Tiny Mce ver to 6, but it is ver 8 that is installed and there it tells me it is disabled because it need a license key (which should not be necessary in ver 6) Any suggestions ??

If you set to v6, only v6 will be installed. Double check your composer.json in the project folder, make sure it contains "tinymce/tinymce": ^6.8.6", not v8. Also make sure you did not install other versions, for example, by npm package or other extensions, yourself.

Double check your project file, open it in a text editor, search "@phpmaker/tinymce", you should find {"Id":"Version","Type":"string","Value":"6"} if you did set it to v6.

If you set to v8 before, clean it first, delete:

  • "vendor" folder
  • "tinymce" folder (assume you use v2026)
  • composer.json

in your project folder, and generate all scripts again.