Hey,

I experienced problems when using the footnotes module (datestamp: 1300041367) for Durpal 7 (tested with 7.0 and 7.2) and the CKEditor + WYSIWYG Module (7.x-2.x-dev datestamp: 1308486290).

There was a exception thrown:
uncaught exception: [CKEDITOR.resourceManager.load] Resource name "footnotes" was not found at

after some debugging I found out, that the problem was, that the ckeditor plugin in footnotes_wysiwyg_wysiwyg_plugin() did not had load set to true.
After doing that, it worked just fine.

I'll attach a patch

Thanks in advance,
Dashu

CommentFileSizeAuthor
#1 footnotes- wysiwyg-exception-1194940-1.patch822 bytesDashu

Comments

Dashu’s picture

StatusFileSize
new822 bytes

Patch

Dashu’s picture

I have used the newest CKEditor Version: CKEditor 3.6.1
Forgot to mention that ;)

rooby’s picture

Status: Active » Closed (duplicate)

Sorry I didn't see this until I had already fixed that.

It was fixed in #1468602: Clean up the hook_wysiwyg_plugin implementation along with a few other minor issues with that function.