Hi,

I have tried to follow all the problems with installing Tinymce but have not found my problem.

I downloaded the module like any other I have downloaded. I placed it in the modules folder of my site. I enabled the module. When I got to the TinyMce settings page, I got the following:

"Could not find the TinyMCE engine installed at modules/tinymce/tinymce/tinymce/. Please download TinyMCE, uncompress it and copy the folder into modules/tinymce/tinymce."

Looking at my folder structure, all this already exists. Help? Thanks!

Comments

ted_smith’s picture

I think you need to download 'Moxie' and then the TinyMCE folder sits beneath it I think, like /yoursite.com/modules/moxie/tinmyce.

But you might also want to try moving your TinyMCE folder up one level before doing that so that it reads modules/tinymce/tinymce as opposed to modules/tinymce/tinymce/tinymce

whayes’s picture

Go to the tinyMCE website and download the editor package. Install it according to the readme/install file in $DRUPAL/modules/tinymce.

claudio.lente’s picture

Hi,

in my site i has some problems but now all is working.

I download tinymce module from drupal site and uncompressed in modules folder. So the tinymce was created.

I go to the site http://tinymce.moxiecode.com/download.php and download the tinyMCE engine.
I uncompress the tinymce_2_0_9.tgz (for example) inside tinymce/includes folder.
A new folder tinymce was created in includes, but you need move all content on this foldes to includes folder.

After this my tinymce install was:

drupal/modules/tinyMCE
drupal/modules/tinyMCE/includes
drupal/modules/tinyMCE/themes

inside includes:
drupal/modules/tinyMCE/includes/docs
drupal/modules/tinyMCE/includes/examples
drupal/modules/tinyMCE/includes/jscripts

I access my administer menu, enabled and put permission in user role, and user my tinyMCE editor.

Trick: see README file in tinyMCE folder.

Its all.