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

jrsinclair’s picture

Status: Active » Closed (fixed)

Changed. Apologies for the delayed response.