I added WYSIWYG v6.x-2.0 to a site that didn't have it previously. I enabled the module then grabbed TinyMCE v3.2.4.1 and placed it in the correct location. To verify, the exact path to the file is:
sites/all/libraries/tinymce/jscripts/tiny_mce/tiny_mce.js
As you can see this is correct. I also verified that all users had read and execute access to the directory.

Unfortunately the module is not seeing my installed TinyMCE directory at all.

Comments

DamienMcKenna’s picture

Status: Active » Closed (won't fix)

Ok, turned out it *was* a directory issue, the libraries/tinymce directory was set 700 rather than 755, so once that was fixed it worked.

Thank you :)