I got javascript error. The RTE can't be enabled.

my tinytinymce version is: 6.x-1.12

Comments

apprayo’s picture

Title: Error: 'tinymce' is undefined » Error: "tinymce is undefined" in a Drupal multisite installation
Version: 6.x-1.x-dev » 6.x-1.12

I have installed the TinytinyMCE ver 6.x-1.12, but when I click richtext editor, nothing happens.
I use FF3. When I check the script errors (Tools - ErrorConsole), the error says: TinyMCE is not defined.

I configured the TinytinyMCE in a Drupal multisite installation, with Drupal 6.9. The TinytinyMCE is running well in normal installation (not multisite).

How should I install the TinytinyMCE in a multisite Drupal?

ñull’s picture

I had the same error message and discovered that:

1. the tinymce javascript needs to be present and the path readable by the webserver
2. After changes in this, Drupal will keep returning error pages like "Page not found" instead of the script until you clear the cache. Ttools like the devel module or drush can be very useful for this.