After installation of the TinyMCE module and editor, I get no sugar. Symptoms:
a) In content creation, there's no hint of TinyMCE goodness. (I have confirmed that TinyMCE works for my browser on third-party sites, and I have successfully installed it in Mambo.)
b) I do see an administer > settings > tinymce item, but it returns a completely blank page.
Here's what I've done to get here:
1) After study of the INSTALL text and many related posts from people with problems, I have put the module components (plugins directory, tinymce.mysql, etc.) in directory modules/tinymce. I also have a directory modules/tinymce/tinymce, which contains the editor components (directories docs, examples, jscripts).
Based on much reading, I think this is correct...
2) Using phpMyAdmin (under MAMP), in my Drupal database, I used the Import tab to choose and import the file: modules/tinymce/tinymce.mysql . phpMyAdmin reports that the operation was successful.
3) I logged in as user ID 1, went to administer > modules, enabled tinymce, and saved the configuration.
4) No luck; symptoms are as reported above. I'm not sure that the following is necessary for ID 1, but under administration > access controls, I enabled access tinymce and administer tinymce. Still nothing.
5) Further mucking: Deleting the database tables (tinymce_role, tinymce_settings) and re-importing tinymce.mysql; logging out and back in; disabling and re-enabling the module; trashing the TinyMCE files and starting all over again; and so on... these don't help.