Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#10608 closed Bug (invalid)

CKFinder Error when used in ASP.NET with CKEditor control.

Reported by: Nikhil Owned by:
Priority: Normal Milestone:
Component: File Browser Version: 3.6.4
Keywords: Cc: nikhil@…

Description

Hi , I am getting following response from server every time i try to upload image or browse files with ckfinder plugin.

I am using CKEditor .NET control for this purpose & CKFinder plugin with this.

Přehled rozhraní CKFinder

Rozhraní CKFinder je navrženo tak, aby bylo pro koncového uživatele čisté, přehledné, a aby se ho snadné naučit a používat. Většinu funkcí lze použít kliknutím myši a také použitím kontextových menu.

Pokud používáte průzkumníky souborů, které jsou zabudovány do většiny operačních systémů, které jsou dostupné pro Vaše PC či laptop, rychle zjistíte, že používání online správce souborů je také tak lehké a intuitivní.

Následující snímek obrazovky je z rozhraní CKFinder:

Rozhraní CKFinder

Panel složky – obsahuje "stromové zobrazení" složek, které můžete procházet. Složky jsou používány k uspořádání a třídÄ›ní VaÅ¡ich souborů. Panel soubory – zobrazuje dostupné soubory ve vybrané složce Panel nástrojů – Å™ada tlačítek, na které můžete kliknout, abyste mohli rychle spustit určité funkce průzkumníka souborů. Stavový řádek – část ve spodní části rozhraní, která zobrazuje nÄ›které informace o vybraném souboru, celkový počet souborů v složce, atd. Kontextové menu – vyskakovací menu s příkazy průzkumníka souborů, které spouÅ¡tÄ›jí určité úkoly na objekt, který byl vybrán. Dostupné možnosti v kontextovém menu se dynamicky mÄ›ní v závislosti na objektu, který je zvolen.

Attachments (1)

ckeditor-error.png (134.6 KB) - added by Nikhil 11 years ago.
Actual Response from server

Download all attachments as: .zip

Change History (6)

comment:1 Changed 11 years ago by Jakub Ś

Keywords: CKFinder Error removed
Resolution: invalid
Status: newclosed

Could you please send this message in English or at least in proper encoding?

Second this isn't support site or forum but page for reporting bugs and this looks like implementation problem. I'm closing this issue as invalid.

Please install CKFinder ASP.NET according to http://docs.cksource.com/CKFinder_2.x/Developers_Guide/ASP.NET


OFF TOPIC NOTE:

Please also note that you may use CKE 4.1.2 client-side with CKe ASP.NET 3.6.4 server side.

  1. Go to CKEditor site nad download CKE 4.1.2 FULL Package
  2. Extract it into ckeditor folder
  3. Go to ckeditor_aspnet/_Samples/ and replace existing ckeditor folder with the one you have downloaded.

The only thing you won't be able to set from ASP.NET Control is ACF:
http://ckeditor.com/blog/Upgrading-to-CKEditor-4.1
http://ckeditor.com/blog/CKEditor-4.1-RC-Released
http://docs.ckeditor.com/#!/guide/dev_advanced_content_filter
http://docs.ckeditor.com/#!/api/CKEDITOR.filter-method-addTransformations
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-allowedContent
http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-extraAllowedContent
which you would have to configure or disable from config.js file.

Last edited 11 years ago by Jakub Ś (previous) (diff)

comment:2 Changed 11 years ago by Wiktor Walc

Although the issue has been closed, please send us an English text message, or at least something that we can throw in google translate to understand what was wrong and whether it is actually a bug.

comment:3 Changed 11 years ago by Nikhil

Following is the response i get from server.

Over ™ interface summary-CKFinder

CKFinder interface is ¾ eno return so that the trailing him ua © Viewers, and? © ISTA, ASTM PA ™ ©, and make it easy to learn to recognize ©? PouÅ it and you Avati. VA> TÃ ¡inu function can pouÅ up of kliknutÃm Mya ¾ ¡i taka © pouÅ ¾ ½ Itami contextual menus.

If pouÅ ¾ ava ¡te pra ¯ zkumnÃky file ¯ which © is build ¡ny to VA> Tà ¡ins Operate? Nacho system © Ma ¯ who © are available © for Your ¡e PC â € and laptop, quickly zjistÃte, Å ¾ e pouÅ ¾ ava ¡nà ¡spray online file VCE ¯ taka © © so easy and intuitive.

Nà ¡sledujÃcà snÃmek screen is the interface CKFinder:

Interface-CKFinder

Panel SPLA ¾ ky - contains "Tree © Display" SPLA ¾ ek, who © Mà ¯  ¡You can Proch zet. SPLA ¾ ky are pouÅ ¾ ava ¡ny to savings ™ à ¡dà ¡nà and TA ™ Ada> directory to your ¡¯ their files. Panel files - Displays available © files in the selected © SPLA ¾ ce panel on ¡machine ¯ - Å ™ ada thrust the? Beginning on which © Mà ¯  You can click to quickly start URA? Ita © function Pra ¯ zkumnÃka file ¯. Status ½ Å ™ à ¡dek - â € à ¡st at the bottom â € à ¡sti interface that ¡displayed on> which © information about the selected © m files, total ½ POA? Et files ¯ the SPLA ¾ ce, etc. Context © menu - a popup menu with PA ™ Akaza Pra ¯ ¯ zkumnÃka files, which trigger ¡© tÄ> JA URA? Ita © à º wheels on the object that was choose ½ ¡n Affordable © sea are shown in the context menu © m dynamically MA> In As my relation to the object that is selected ½.

comment:4 Changed 11 years ago by Wiktor Walc

It's really hard to say what's wrong having this kind of information. If this is really a response from CKFinder or what CKFinder displays anywhere, then it means that your application wrongly "steals" ajax calls sent to the server.

Hard to say if that's the case (maybe a screenshot could tell more), but I've seen a few times where e.g. an .htaccess file was redirecting all requests to a front controller, causing that CKFinder could not load properly XML responses from the server and displayed just a part of the page in which it was embed in.

Changed 11 years ago by Nikhil

Attachment: ckeditor-error.png added

Actual Response from server

comment:5 Changed 11 years ago by Nikhil

AFTER I INSPECTED RESPONSE FROM SERVER , I THINK IT SHOWS SOME HTML PAGE AS FOLLOWS, I HAVE ATTACHED SCREENSHOW OF ACTUAL RESPONSE FROM SERVER.

HERE IS THE SIMILAR PAGE FROM help folder of CKFinder from my site

CKFinder Interface Overview The CKFinder interface is designed to be clean, familiar to end users, and easy to learn and use. Most features can be handled with a mouse click as well as by using the context menus. If you are familiar with desktop file browsers built in most operating systems available for your PC or laptop, you will quickly see that using an online file manager is just as easy and intuitive. The following is a screenshot of the CKFinder interface:  

HERE IS A IMAGE WHICH SHOWS FOLDERS

Folders Pane – contains the "tree view" of the folders that you can navigate. Folders are used to organize and categorize your files.Files Pane – lists the files available in the selected folder.Toolbar – a series of buttons that can be clicked in order to quickly execute specific file browser functions.Status Bar – the section at the bottom of the interface that displays some information about the selected file, the total number of files in the folder, etc.Context Menu – a popup menu with file browser commands that execute specific tasks for the object that was selected. Options available in the context menu change dynamically depending on the object that is clicked.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy