i have been trying to install tinymce into a fresh install of drupal 4.7.3 with no success. i think i am doing it right as i have put the tinymce drupal module(4.7) into modules/tinymce and i then down loaded the latest tinymce engine(2.0.6.1) and put in the modules/tinymce/tinymce as instructed. at the modules section i see the tinymce module and check it to activate it and i then go to settings>tinymce and i get this error message on the tinymce page

"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."

any help would be appreciated.

cf

Comments

havoc’s picture

it sounds like you've added one extra layer to the tinymce engine path.

make sure the "engine" is in modules/tinymce/tinymce/ , and NOT modules/tinymce/tinymce/tinymce.

yosemite’s picture

thanks havoc

your comments and other got me thinking as to where the tiny_mce.js shoud reside. it should be at modules/tinymce/tinymce/tiny_mce.js

as per the directions i did the following:
1. Place the entire tinymce directory(the drupal 4.7 module) into your Drupal modules/
directory.
2. Download TinyMCE 2.0 from http://tinymce.moxiecode.com/
Remember to uncompress the file and make sure the folder is named 'tinymce'.
3. Place the entire 'tinymce' engine folder inside your modules/tinymce
directory. So the TinyMCE engine will live in modules/tinymce/tinymce

i did all that and always got the error found in the first post. what i had to do to get it work was take the folder named tiny_mce which was found in the tinymce 2.0.61 down loaded from http://tinymce.moxiecode.com/

i took the tiny_mce folder found in tinymce/jscripts, uploaded it to modules/tinymce so now i have module/tinymce/tiny_mce ,rename the tiny_mce to tinymce and it should work.

yosemite’s picture

mis spelled paths