I have tried installing and reinstalling the FCKEditor several times in the Wysiwyg module, according to the latter's instructions. I have been very careful to follow the installation instructions and have made sure that the installation was not nested too deeply. I have configured everything according to the FCKEditor README file to the best of my ability, but I get the following warning messages when trying to add content:

* warning: fopen(sites/all/modules/wysiwyg/fckeditor/fckeditor.js) [function.fopen]: failed to open stream: No such file or directory in /home/oepa/public_html/drupal/sites/all/modules/wysiwyg/editors/fckeditor.inc on line 59.
* warning: fgets(): supplied argument is not a valid stream resource in /home/oepa/public_html/drupal/sites/all/modules/wysiwyg/editors/fckeditor.inc on line 60.

Sometimes the editor appears and sometimes it doesn't. What am I missing?

Comments

wwalc’s picture

Category: bug » support

If you want to use FCKeditor, you must install either Wysiwyg module or FCKeditor module, do not install both modules at the same time.
Wysiwyg module provides support for plenty of Wysiwyg editors, however you can't configure too much FCKeditor options there at this moment, it's still evolving.
FCKeditor module is targeted to only one wysiwyg editor: FCKeditor and provides some additional features (plugins) for FCKeditor.

If you decide to instal Wysiwyg module, the next thing you should do is to download FCKeditor (the editor) here: http://www.fckeditor.net/download and unpack contents of the fckeditor folder into sites/all/modules/wysiwyg/fckeditor

If you decide to instal FCKeditor module, the next thing you should do is to download FCKeditor (the editor) here: http://www.fckeditor.net/download and unpack contents of the fckeditor folder into sites/all/modules/fckeditor/fckeditor

Jorrit’s picture

Status: Active » Closed (fixed)

Closed because of inactivity.

halfiranian’s picture

Status: Closed (fixed) » Active

Sorry to make this active again, but are there some links explaining this difference: Fckeditor module vs. WYSIWYG&fckeditor? Are you guys collaborating? What's the future development paths of both?

Cheers

Jorrit’s picture

Status: Active » Fixed

We are not collaborating. The future path of this module is not set, we will first finish the current version. I don't know what WYSIWYGs plans are. I have added a note to the homepage of this module.

Status: Fixed » Closed (fixed)

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