I am trying to install CKFinder in the CKEditor of CiviCRM in a Drupal 7 site. I have the browser showing up but am not able to to get beyond this error message: "It was not possible to load the XML response from the web server. Raw response from server:". Nothing follows the colon. I assume that means I have not pointed CKFinder to the directory I have chosen for uploads. I have revisited the /public_html/sites/all/libraries/ckfinder/config.js file numerous times looking for syntax errors in the $baseUrl and $baseDir strings. The error log in the /connector/php/ directory shows no errors.
The current settings are: $baseUrl = '/sites/all/libraries/ckfinder/userfiles/'; and $baseDir = resolveUrl($baseUrl);
What am I missing?
The current settings are: $baseUrl = '/sites/all/libraries/ckfinder/userfiles/'; and $baseDir = resolveUrl($baseUrl);
What am I missing?
Re: It was not possible to load the XML response
please check if you did everything as described in "Installing CKFinder" section of Readme file.
Please also check if you have errors in config.php file in CKFinder directory.
Please also check in server error logs if there are any errors when you try use CKFinder.