Not entirely sure if this is module-related issue, but I'm finding that if I check out TinyMCE via the SourgeForge SVN repository to sites/all/libraries that WYSIWYG will not recognize that TinyMCE has been installed. (The error message is: "The version of TinyMCE could not be detected").

The exact same version of TinyMCE uploaded to the same location via FTP is recognized. (I've done a diff on the jscripts directory and they are indeed identical.)

CommentFileSizeAuthor
#1 wysiwyg-HEAD.tinymce-svn.patch908 bytessun
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

sun’s picture

Priority: Normal » Minor
Status: Active » Needs work
FileSize
908 bytes

I'm not sure whether we can fix this. The cause is that the code in SVN needs to be compiled with ant to inject certain variables - such as the version number.

Attached patch just changes the PCRE pattern to account for the pre-compilation replacement strings. This only makes it more apparent that the library needs to be compiled first.

sun’s picture

Status: Needs work » Closed (won't fix)

I don't think this makes sense.