Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.1.3
-
Fix Version/s: 4.2.2
-
Component/s: None
-
Labels:None
Description
While using the CiviCRM-provided GUI editor, "CKEditor" I click the "image" button in the toolbar. As soon as I click "Browse Server" to find my image, I get the error message "Incorrect .htaccess file. Cannot rewrite it!"
This issue is documented at: http://drupal.org/project/kcfinder
Following the directions on the drupal.org page, I edited the file "<website root>sites/all/modules/civicrm/packages/kcfinder/config.php"
I changed line #93 :
old line:
'_check4htaccess' => true,
New line:
'_check4htaccess' => false,
This change solved the issue.