We are using WYSIWYG 6.x-2.4 with CKeditor 3.6.0.6902 and WYSIWYG - GeSHi bridge 6.x-1.x-dev. I followed the WYSIWYG - GeSHi bridge installation instruction, and when I enable any of the Geshi plugins for one of my input formats the body field becomes blank (please see screenshot).

Comments

fhuber089’s picture

Same problem here...

Sarenc’s picture

StatusFileSize
new632 bytes

This patch should probably be extended to account for different versions of ckeditor. If anyone knows what version this changed on let me know and I will re-submit the patch.

What is happening is ckeditor is already looking for plugin.js and is appending it to the path provided by wysiwyg-geshi. To fix simply remove "/plugin.js" from line 10 or apply patch.

Sarenc’s picture

Status: Active » Needs review
brentratliff’s picture

Confirmed the patch worked for me.

pradyumnahpt’s picture

Hi All,
What is the work around in drupal 7 version of this module ? I am using ckeditor version 4.1.1 .same issue ckeditor disappears in d7 too,and the above patch has no effect in d7.

Thanks