This is for the whole site - so node edit forms become unusable if they are set to default to using wysiwyg. See this issue in Openpublish: #1454620: Installing in a sub directory results in problems with CKEditor
The issue is this line: (boxes.module:244)
if (module_exists("wysiwyg") && ($editor = wysiwyg_get_editor('ckeditor'))) {
drupal_add_js("window.CKEDITOR_BASEPATH = '/{$editor['library path']}/'", 'inline');
}
It doesn't append the basepath to the path. Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | boxes-base_path-needed-for-ckeditor-1464014-1.patch | 994 bytes | jec006 |
Comments
Comment #1
jec006 commentedPatch - trying out the format-patch approach. Let me know how it goes.
Comment #2
tirdadc commentedRolled in. The format patch approach worked, but it was missing the issue number.