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.

Comments

jec006’s picture

Status: Active » Needs review
StatusFileSize
new994 bytes

Patch - trying out the format-patch approach. Let me know how it goes.

tirdadc’s picture

Status: Needs review » Fixed

Rolled in. The format patch approach worked, but it was missing the issue number.

Status: Fixed » Closed (fixed)

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