Hi all,

First time I use the WYSIWYG module, seems handy, but I just can't seem to get it to run. So here it goes:
Drupal 6.12
WYSIWYG 6.x-1.1
tinymce_3_2_3_1

Installed the wysiwyg module first under sites/all/modules.
Uploaded tinymce under editors and the file structure is wysiwyg/editors/tinymce/jscripts
Input formats etc were done before hand, but I guess that's irrelevant as it says 'Not installed' still.
I'm using clean urls and the installation is not on a root folder (example.com/folder1/thesite/index.php)

Is this a version compatibility thing maybe?

Peace!

Comments

TwoD’s picture

Like the installation instructions say on /admin/settings/wysiwyg/profile, TinyMce goes directly into /wysiwyg/tinymce. /wysiwyg/editors is for the "editor adaptors" which make Wysiwyg API recognize and be able to use an editor. Extracting the downloaded TinyMCE archive directly into the wysiwyg folder should work if you set it to keep the directory structure. So the actual JavaScript files should end up in /wysiwyg/tinymce/jscripts/tiny_mce/tiny_mce*.js without you having to move anything.

I'm not 100% sure but I think TinyMCE 3.2.3.1 only works with Wysiwyg 2.x-dev, but I haven't verified that, so you might want to try that in case it still doesn't work. I personally find 2.x-dev stable enough for use.

sun’s picture

Status: Active » Fixed

Thanks.

To clarify the last bit: TinyMCE 3 works with all branches.

lcampanis’s picture

Thanks folks, it's normal after a long day to miss that tiny bit :P

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.