Can anyone give advice on the install?

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
burtsbees's picture

I am trying to install Wysiwyg and I have all the components configured properly except YUI editor and FCKeditor. I am using version 6. The YUI editor has all the files in the correct places as far as I can tell and still cannot be detected and the FCKeditor the install linked to is called the ckeditor and also cannot be detected. Has anyone encountered this issue before? Thanks.

Comments

Last time I tried YUI, you

criznach's picture

Last time I tried YUI, you had to dig to find the correct version. I think the WYSIWYG docs or settings page tells what version. And for FCK, I think you need to use a version before it became CKEditor. I don't think it is completely compatible with the original FCKeditor.

Thanks. The link the install

burtsbees's picture

Thanks. The link the install page sends to is the incorrect version. I found the Yui version that worked on their site. I think it is 2.7 the link downloads 2.8

Try the -dev version or backport the patch

TwoD's picture

An issue about broken version detection for YUI was closed about ten weeks ago. A simple patch was committed to the -dev branches but has not yet made it to an official release. The patch is trivial and can also be applied to the 2.0 release if needed.
No major things like the available plugins or buttons were changed in the latest YUI release AFAIK, so this is purely a miss in the design of the regular expression used for version detection.

at the moment you should use

bennos's picture

at the moment you should use the dev version of wysiwyg. it is stable

version problem? crack it like me.

shamuntoha's picture

http://www.shamun.be:8008/dp/content/drupal-rich-text-editor-text-editor...

/**
* Detect editor version.
*
* @param $editor
1. Get this and install it

http://drupal.org/project/wysiwyg

  1. Get yui or what ever.

http://developer.yahoo.com/yui/editor/

  1. put as told by wysiwyg api

[root@www yui]# pwd
/var/www/html/dp/sites/all/libraries/yui

  1. wysiwyg doesnt allow now, so simply excuse him also
  • An array containing editor properties as returned from hook_editor().
  • @return
  • The installed editor version.
    */
    function wysiwyg_yui_version($editor) {
    /**
    • 2.7.0 is dead. What now? i will hang on?
    • */
      return '2.8.0r4'; // 2.7.0 is dead.
      }

Wysiwyg

Group organizers

Group categories

Group notifications

This group offers an RSS feed. Or subscribe to these personalized, sitewide feeds:

Hot content this week