Closed (fixed)
Project:
CKEditor 4 - WYSIWYG HTML editor
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
2 Mar 2010 at 23:28 UTC
Updated:
8 Sep 2017 at 10:10 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedMy mistake, didnt notice the %d in absolute path setting.
Comment #2
domi007 commentedMan, I worked on this for 2 days I couldn't figure it out, and you solved it for me, thank you so much!
Comment #3
knalstaaf commentedTo be exact: this code is located in
sites/all/modules/ckeditor/ckfinder/config.php. The video documentation is located here (and is correct: therequire_once-ruleshould go below the$baseDir-rule.Comment #4
carlhinton commentedBy far the easiest way to do this I found was to do
$baseDir = $_SERVER['DOCUMENT_ROOT'] . '/sites/default/files/ckfinder/';If you are using WYSIWYG then filemanager.config.php will not exist, you will have to create it!
Another useful link is jrsinclair's Drupal-WYSIWYG-CKEditor-CKFinder-bridge