Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kcfinder don't have permission browse server #14

Open
mramdhani opened this issue May 7, 2016 · 7 comments
Open

kcfinder don't have permission browse server #14

mramdhani opened this issue May 7, 2016 · 7 comments

Comments

@mramdhani
Copy link

kcfinder don't have permission browse server when click browse server
and i have example kcfinder url

http://localhost/smapiecibadak/assets/5cb98587/browse.php?opener=ckeditor&type=files&CKEditor=blog-long_text&CKEditorFuncNum=21&langCode=en

what it's correctly ?

@quanganh1202
Copy link

I got this prolem too. Anyone help?

@condesignpoland
Copy link

This is session issue I guess...

@johnef
Copy link

johnef commented Mar 3, 2017

You need to locate config.php in KCFinder folder, for this:
'disabled' => true
change it to false

@condesignpoland
Copy link

You should not do that definetelly, because everyone will have access to your files. You must integrate Yii session with KCFinder.

@Abylaikhan
Copy link

i delete session in config file in folder frontend and backend. it's works, but i don`t know. is it correct?

@amift
Copy link

amift commented Dec 26, 2017

add this code on the top of your php files

session_start();  
$_SESSION['KCFINDER'] = array(
    'disabled' => false
);

@Harley819
Copy link

You need to locate config.php in KCFinder folder, for this:
'disabled' => true
change it to false

Not Wroking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants