bludit-plugins
bludit-plugins copied to clipboard
CKEDITOR plugin's file manager config.php still has two (2) wrong paths
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–