Questions tagged [ckfinder]

CKFinder is a powerful Ajax file manager for web browsers which offers: drag-and-drop support, multiple file uploads, multi-language support, quality image thumbnails, a powerful ACL system and support for user roles. Supported languages: ASP, ASP.NET, ColdFusion, Java and PHP.

410 questions
1
vote
1 answer

'Symfony\Component\ClassLoader\ClassCollectionLoader' not found in /xxxx/xxxx/xxxx/app/bootstrap.php.cache

recently I'm updating my Symfony 2 project from "2.3" to "2.8" I'm getting 'Symfony\Component\ClassLoader\ClassCollectionLoader' not found in /xxxx/xxxx/xxxx/xxxx/bootstrap.php.cache when my Ckfinder tried to call…
Denny Ho
  • 41
  • 6
1
vote
1 answer

CKfinder- Dynamic User folder -Asp.net MVC 5

I am using Asp.NET MVC 5 to build a web application. I downloaded Ckeditor and CKfinder Connector for ASP.NET. I was able to follow the instructions and get Ckeditor and Ckfinder integration to work. I am trying to figure out how I can have dynamic…
GPS
  • 13
  • 5
1
vote
1 answer

CKFinder is not using the custom configured connector when installed on an IIS sub-application

I'm using CKFinder 3.3 in a CMS that is running under a separate ASP .Net Application from the main website (/__admin has its own application). The website is an WebForms application. The problem is the CKFinder connector points to…
Adrian Iftode
  • 15,465
  • 4
  • 48
  • 73
1
vote
1 answer

ASP.NET Connector Path for CKFinder v3

I'm having a difficult time trying to figure out the connector path for the ASP.NET version of CKFinder v3.3 and am hoping someone could point me in the right direction. If I upload the "ckfinder" directory directly to the root of my website without…
Shaggy
  • 6,696
  • 2
  • 25
  • 45
1
vote
1 answer

Use ckfinder in laravel 5.2

Here is my code in config.php: $path = '/laravel/'; require _DIR_.'/../../../../bootstrap/autoload.php'; $app = require_once…
thai6070
  • 31
  • 2
  • 7
1
vote
1 answer

ckfinder thumbnails slow

We are using the paid version of CKFinder. When we open the pop-up we see our complete structured folder with all images, but it takes ages to load. This is due too CKFinder and not our server. If I would have coded my own "finder" it would almost…
Devbizz
  • 81
  • 1
  • 7
1
vote
3 answers

How to integrate CKFinder with Laravel 5.2?

Since Laravel 5.2 shares it's session only with routes enclosed in "web" middleware group, I no more can run Auth::check() in CKFinder config. Does someone know how to solve this? update: I used to share laravel's 5 session with CKFinder in order to…
Timur Abulov
  • 53
  • 1
  • 7
1
vote
1 answer

CKFinder cannot upload images, causing error failed to open stream: Permission denied

quick question that has been bugging me for days now. I just installed CKfinder and "browsing" works perfect. Except when I want to upload a image or file, it gives me the following error: Fatal error: Uncaught exception 'ErrorException' with…
Devbizz
  • 81
  • 1
  • 7
1
vote
2 answers

CKFinder - The uploaded file is corrupt

I am trying to use CKFinder in my .NET application. I cannot get any uploads to work, no matter how big or small the file is, or what type of file it is. I have given everyone entire control over the folder that CKFinder should be uploading to…
Kristin C
  • 53
  • 7
1
vote
0 answers

Ckfinder blank popup in firefox developer edition (win64)

I'm using the developer edition of Mozilla Firefox (Waterfox win64). When I work in CKEditor and want to browse a server to choose an image the popup opens and I see nothing. Just white window. There are no javascript errors. Screenshot is here:…
limion
  • 41
  • 5
1
vote
1 answer

How To Integrate CKFinder To TinyMCE4?

Sorry for my bad english. I tried to explain the problems I encountered. I'm using asp.net MVC5. I want to integrate the ckfinder to tinymce4. This code works, but only successful in one area. How can I integrate all areas. tinymce.init({ …
1
vote
2 answers

CKFinder used in CKEditor does not work in my ASP

I have downloaded CKEditor & CKFinder. Both controls are integrated that way in my ASPX page: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="MyOwnSample.aspx.cs" Inherits="MyOwnSample" %> <%@ Register Assembly="CKEditor.NET"…
1
vote
1 answer

How do I pass session to ckfinder in codeigniter 3?

I change the config.php code as document says, but I can't pass session into this file. The code in CKfinder/config.php:
svcputl3y7
  • 33
  • 1
  • 7
1
vote
1 answer

Private folders in CKFinder

I'm running CKFinder/CKEditor through Apache Tomcat, using Java and JavaScript. There are several projects, and the problem is that I can't stop people on one project from accessing images stored for a different project. I'd like to simply be able…
Beacon80
  • 349
  • 1
  • 4
  • 14
1
vote
0 answers

The file is corrupted ckfinder Aspx

now i use ckfinder 2.5.0.1 lastest version with ckeditor 4.5.1 lastest, too. but when i upload an img to server by ckfinder with some config: Config.ascx public override bool CheckAuthentication() { return…