bludit-plugins icon indicating copy to clipboard operation
bludit-plugins copied to clipboard

CKEDITOR plugin's file manager config.php still has two (2) wrong paths

Open sjuhani opened this issue 8 years ago • 0 comments

The current config.php for the file manager – https://github.com/dignajar/bludit-plugins/blob/master/ckeditor/libs/filemanager/config/config.php – still does not give any browse or upload functionality without first making a couple of modifications to the paths stated in it.

The CORRECT values for those two (2) paths are the following:

Line 117 – 'upload_dir' => '/bl-content/uploads/', Line 126 – 'current_path' => '../../../../bl-content/uploads/',

–sjuhani–

sjuhani avatar Apr 15 '17 14:04 sjuhani