Open mramdhani opened 8 years ago
I got this prolem too. Anyone help?
This is session issue I guess...
You need to locate config.php
in KCFinder folder, for this:
'disabled' => true
change it to false
You should not do that definetelly, because everyone will have access to your files. You must integrate Yii session with KCFinder.
i delete session in config file in folder frontend and backend. it's works, but i don`t know. is it correct?
add this code on the top of your php files
session_start();
$_SESSION['KCFINDER'] = array(
'disabled' => false
);
You need to locate
config.php
in KCFinder folder, for this:'disabled' => true
change it tofalse
Not Wroking.
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 ?