Hello,
Sometimes i get an error in the response "ckfinder/core/connector/aspx/connector.aspx?command=Init" when i change the folder
The response is an IMAGE instead of the xml structure. You can see the link bellow from firebug
image link
I'm running in https server, it could be the problem?
The CKFinder version is 2.4.1 , the .Net Framework is 4.5
Thanks,
Hi,
Hi,
This may be happening due to some invalid server configuration or debug mode being constantly turned on because it doesn't happen by default even with https used.
In debug mode server-side connector instead of XML sends text response. Commands like Init and GetFiles need XML to execute properly.
Debug mode should rather be used to test upload command so correct flow here is to start CKFinder with disabled debug mode, go to right folder then enable debug mode and test upload command.
Was this the source of your problem?
There is no setting
There is no setting considering debugging. The settings are the default.
Works smoothly on localhost, but in production i get the wrong connector response.
Did't understand how to enable/ disable the debug mode.
Thanks,
Ari
I can only guess what is
I can only guess what is going on here.
If you have copied debug dll into your bin folder and turned it on in web.config then CKFinder works in debug mode
http://docs.cksource.com/CKFinder_2.x/Developers_Guide/ASP.NET/Troubleshooting#Debugging
First guess is that on production wrong dlls were copied.
If this works on one server and not on another then perhaps there are differences in Libraries available.
Perhaps production server doesn't have XML parser library.
Anyway this is something specific to your application and you have to find it on your own.
This Problem is occured due
This Problem is occured due to invalid server configuration or any errors during the sever configuration settings. Check the debug setting mode Enable/ Disable.