Skip to content
This repository was archived by the owner on Oct 18, 2018. It is now read-only.
This repository was archived by the owner on Oct 18, 2018. It is now read-only.

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

@sjuhani

Description

@sjuhani

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–

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions