Questions tagged [kcfinder]

KCFinder is a free, open-source alternative to the CKFinder web file manager.

KCFinder is a free, open-source alternative to the CKFinder web file manager. It can be integrated into FCKeditor, CKEditor, and TinyMCE WYSIWYG web editors (or your custom web applications) to upload and manage images, flash movies, and other files that can be embedded in an editor's generated HTML content.

http://kcfinder.sunhater.com/

82 questions
1
vote
2 answers

CKEditor - kcfinder browse server does not work

First of all I apologize for my poor english. I am using CKEditor on my website and I've integrated kcfind. Click the browse button was added to the server. But when I click the button, this screen is displayed. Blank pop-up windows and buttons do…
1
vote
0 answers

KCFinder upload working, but CKEditor not display images

When I upload some image in CKeditor, it works fine and the image is via KCFinder uploaded. But that's all.. in popout is not any preview of image. Is on server, but CKEditor don't get path. Where is a problem? CKeditor config.filebrowserBrowseUrl =…
sapharick
  • 23
  • 5
1
vote
1 answer

How to configure ckeditor lightbox plugin?

I am having confusion in installing lightbox plugin in CkEditor, I have follwed this link. I'd copied the "lightbox" pluginfolder to CKEditors "plugins" folder and in the CKEditor configuration file (config.js) I've added the code:…
Faisal
  • 1,907
  • 1
  • 22
  • 29
1
vote
1 answer

kcfinder unable to access or create thumbnails folder

Im using the KCfinder everything worked perfectly on localhost but once transferred onto live server im now getting the error cannot access or create the thumbnails folder i have deleted the original thumbnail folder create a new one with…
nats0128
  • 509
  • 5
  • 18
1
vote
2 answers

how to integrate kcfinder in tinymce 4?

Has anyone successfully integrated kcfinder to tinymce 4? There's a solution in the link below but it does not contain all the source code needed. http://www.tinymce.com/forum/viewtopic.php?id=30896
ian
  • 1,505
  • 2
  • 17
  • 24
1
vote
2 answers

Only enable KCFinder if php variable set

I'm using KCFinder to let users upload files to my website. However, anyone can upload files to my server atm by typing mysite.com/kcfinder/browse.php. I want users only to be able to use KCFinder iff an variable called $permitted is set on the page…
Lennart
  • 345
  • 4
  • 17
1
vote
1 answer

Integrate KCFinder with CKeditor - file paths wrong?

I've been pulling my hair out for like 20 hours trying to get a file manager into ckeditor. I ahve it all working but it isn't managing file paths right, or its directory structure. As if its base URL for uploads is just off. Perhaps one of the…
harp
  • 129
  • 1
  • 14
1
vote
1 answer

Cannot find any of the supported PHP image extensions

I am trying to run kcfinder with ckeditor and i am getting the message Cannot find any of the supported PHP image extensions! What is reason ?
Swesh
  • 150
  • 1
  • 17
1
vote
1 answer

Symfony + ckeditor + kcfinder : no route found to browse server

I have added ckeditor to offer a nice WYSIWYG editor to my user. To allow them to upload pictures directly into this editor, I've installed kcfinder. I've put the following lines in my ckeditor's config : config.filebrowserBrowseUrl =…
Alarid
  • 770
  • 1
  • 6
  • 19
0
votes
0 answers

native php session in codeigniter 3 " A session had already been started - ignoring"

I use native php session to secure site/assets/kcfinder/browse.php on kcfinder... because kcfinder can't read sessions from the codeigniter that I made.... can anyone help me, please ... => My Form
arhiel
  • 1
0
votes
1 answer

how do I integrate Tinymce 4 with kcfinder?

I cannot integrate tinymce editor with kcfinder web file manager. Editor loads fine, and I can upload, browse and rename images from kcfinder. But when I want to select image nothing happens, url is not set on field. I cannot select image. There…
CruzDelSur
  • 91
  • 5
0
votes
2 answers

Call to a member function item() on null MX/Modules.php Line Number: 8 ckeditor and kcfinder

I have trouble about ckeditor and kcfinder in codeigniter, i used HMVC from wiredesignz codeigniter-modular-extensions-hmvc, when i want to browse images error like this Fatal error: Call to a member function item() on null in…
BayuSM
  • 1
  • 2
0
votes
1 answer

The requested resource type is invalid when dragging an image into ckeditor

enter image description here Hi everybody! I'm having a problem dragging an image into ckeditor. And I think my problem is due to the trial version. ps:/ image with format: jpg code: $config['authentication'] = function () { return…
0
votes
1 answer

KCfinder how to use GLOBAL variables

I am using KCfinder for a project, but I am stuck at the moment. I want a dynamic uploadDir, for example: 'uploadURL' => $_SESSION['user_upload_dir'] However, the config file of KCfinder does not accept any global variables. I read the documentation…
Saypontigohe
  • 311
  • 1
  • 2
  • 15
0
votes
1 answer

Remove www folder from KCFinder image path

I am using CKEditor with KCFinder for uploading images and files on Nette project. Upload works perfectly, but KCFinder returns absolute path on web server instead of URL. Than I get www/upload/images/test.jpg instead of…
hyst
  • 3
  • 4