Hello I'm trying this control for ASP.NET, downloaded the CKeditor CKEditor.Net and CKfinder, CKeditor for ASP.net is working fine.
I have a Windows 7 64 SP1 and I use Visual Studio 2010 SP1.
When I create anew proyect to try CKfinder I install it by default, I copy the folders and copy del dll to the bin folder, and run the page ckfinder.html. The first error is "the files browser are dissable for security....." ok, I then edit the ckfinder/config.ascx and change the CheckAuthenticaction response to return true;
I try again the ckfinder.html, and now the error is: "unknown error" if I accept the page is working but in the left panel I can't view any folder. If I try add I get the error "please, select the folder prior to start the uploading".
Thanks,
I have a Windows 7 64 SP1 and I use Visual Studio 2010 SP1.
When I create anew proyect to try CKfinder I install it by default, I copy the folders and copy del dll to the bin folder, and run the page ckfinder.html. The first error is "the files browser are dissable for security....." ok, I then edit the ckfinder/config.ascx and change the CheckAuthenticaction response to return true;
I try again the ckfinder.html, and now the error is: "unknown error" if I accept the page is working but in the left panel I can't view any folder. If I try add I get the error "please, select the folder prior to start the uploading".
Thanks,
Re: ckfinder unknow error
Did you set the folder URLs properly, as explained here:
http://docs.cksource.com/CKFinder_2.x/D ... uick_Start
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: ckfinder unknow error
I'd checked the ckfinder/config.ascx,
I set the authentication allways return true (i'm trying the control) and my rutes are
BaseUrl = "/ckfinder/userfiles";
BaseDir ="";
My web proyect path is "d:/webs/test7/" and then ckfinder/userfiles as I downloaded...
I haven't try with absolute path because I prefer use relative path...
Thanks
Re: ckfinder unknow error
solved!
source url: http://blog.csdn.net/lijin84100/article/details/7192657
edit config.js in ckeditor.
CKEDITOR.editorConfig = function(config) {
config.filebrowserBrowseUrl = 'ckfinder/ckfinder.html';
config.filebrowserImageBrowseUrl = 'ckfinder/ckfinder.html?Type=Images';
config.filebrowserFlashBrowseUrl = 'ckfinder/ckfinder.html?Type=Flash';
config.filebrowserUploadUrl = 'ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Files';
config.filebrowserImageUploadUrl = 'ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Images';
config.filebrowserFlashUploadUrl = 'ckfinder/core/connector/aspx/connector.aspx?command=QuickUpload&type=Flash';
config.filebrowserWindowWidth = '800';
config.filebrowserWindowHeight = '500';
}
CKFinder.setupCKEditor(null, '../ckfinder/');
in ckfinder's config.ascx change:
BaseUrl = "~/ckfinder/userfiles/";
ps. I dont know how many ppl knows how to fix those problems and how many staffs in CK know how to fix these but I know: if no one is going to answering any question posted here we are all going to be f***ed because no one is willing to help another anymore!!!! Help each other and share your freaking ideas! just say how you solve those damn problems and you are NOT going to die because of you answered a problem!
--------------------
I got the same problem. System is Win 7 64; VS2010
Any one fixed this problem just say something please!
I downloaded ckfinder and its not working, it gives me this unknown error every time when the browser window popped up. This is forcing me to leave ck finder alone and try other editors because the pages in the sample (I followed the instructions on the doc site to set up) is not working! How could I test it? Dont mention to buy it
Re: ckfinder unknow error
First: start from the simplest configuration. Don't connect CKEditor with CKFinder until you have the standalone version of CKFinder working (_samples/standalone.html)
To deal with the "Unknown error" start from enabling the debug mode:
http://docs.cksource.com/CKFinder_2.x/D ... leshooting
Now open CKFinder and check the detailed message that is included in the exception thrown. Feel free to paste the exception message.
If CKFinder does not load at all (the error does not happen e.g. only during the file upload), the files and folders are not shown etc. then the solution would be pretty easy. Most probably it will have something to do with invalid paths.
I know it's quite irritating having to wait very long for an answer, I'm sorry for that. Along with the CKFinder license, a direct technical support is included. We do answer every support request quickly and it's much easier to debug issues this way, as you can sens us the configuration file, direct link to a website etc. without worrying that anyone would see it.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+
Re: ckfinder unknow error
The web.config is in debug mode as is in the download of your website.
You are right it's quite a bit frustrating begin with a new tool, feel lost and not obtain good support at least at the beggining, for that, We buy the control a now we have one year service, but, yesterday send a mail and still we are waiting.... that is a big problem for us. because time si money and if we can't start with this tool we will be select another...
I don't understand you when you tell me "now open the CKFinder and check the detailled message that is included in the exception thrown" I usually use break point to stop the execution, but I think you are talking about other thing.
Re: ckfinder unknow error
Could you let me know in a PM what is the ticket ID of your support request? I'd like to check the bug live on your site, so posting any sensitive data in the ticket would be more safe.
I was searching for the support ticket using your email address from the order and forum and could not find any ticket in the database (I found your order), could you help me in finding it / could you make sure you have sent it to a valid email address?
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+