When I drop wymeditor into drupal/sites/site.example.com/libraries it is not detected in the wysiwyg installation page. Moving it to all/libraries fixes the problem.

This works correctly in openwysiwyg.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Grayside’s picture

Version: 6.x-2.0-alpha1 » 6.x-2.0

Wrong version.

TwoD’s picture

Status: Active » Needs review

Found the problem.
Try changing wysiwyg_get_path('wymeditor/wymeditor') on line 17 of wymeditor.inc to wysiwyg_get_path('wymeditor') . '/wymeditor'.

Will fix this as soon as I can log back in to my CVS account.

sun’s picture

Status: Needs review » Active
TwoD’s picture

Version: 6.x-2.0 » 7.x-2.x-dev
Status: Active » Needs review
FileSize
757 bytes

This patch is against HEAD as the problem is still there. Should be possible to apply to all versions as the editor code is identical.

TwoD’s picture

Status: Needs review » Fixed

Committed to all branches.
Thanks for reporting this. The fix will be in the -dev snapshots within a few hours.

TwoD’s picture

Had accidentally uploaded the wrong patch here and used it for the commit instead of the one I applied to my testsite.
Here's what the patch should have looked like.

Note to self: Make sure to delete broken patches and keep all patches in the same location...

Status: Fixed » Closed (fixed)

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