I had the stable 6.x-2.0 version installed but it wasn't working, I then went on to install the dev version and the FCKeditor worked 2 or 3 times and then stopped. Now it doesn't load but the Firebug console is reporting that the following returned 404 errors:

"http://etc.etc.etc/sites/all/modules/wysiwyg/editors/js/fckeditor-2.6.js?l"
"http://etc.etc.etc/sites/all/modules/wysiwyg/editors/js/none.js?l"

I copied fckeditor to the "http://etc.etc.etc/sites/all/libraries/" folder and it is showing up in the dropdown on admin/settings/wysiwyg yet it is still looking in the old location for it? Is there possibly a remnant in the db from the earlier version that I had installed?

(ps. This applies to all the editors)

Comments

TwoD’s picture

Category: bug » support

What did not work with the stable release?

The stable and -dev are identical as the stable was created from the -dev yesterday and neither have changed since.

The files in http://etc.etc.etc/sites/all/modules/wysiwyg/editors/js/ are not the editors themselves but our implementation layer with at least one file per supported editor.
Those files (or any others in the wysiwyg folder) should be moved or changed and their location has always been the same. Only the editor libraries (not included with Wysiwyg API) should be relocated to sites/all/libraries (or sites/sitename/libraries if you only want to use an editor on a specific site).

If it worked before but no longer, something must have happened to those files. Have you checked that they exist and their permissions are correctly set?

gurglemoo’s picture

Status: Active » Closed (fixed)

It was a sharing problem from Windows, my bad!