Closed (fixed)
Project:
WYSIWYG CKFinder
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Jan 2012 at 17:13 UTC
Updated:
8 Sep 2017 at 10:13 UTC
To set the URls, use base_path() instead of '/'.
$base_path = base_path();
filebrowserBrowseUrl' => $base_path . $ckfinder_path
. '/ckfinder.html',
Otherwise the module fails if it isn't in the root.
Etc.
Comments
Comment #1
jrsinclair commentedChanged. Apologies for the delayed response.