I've enabled the built in File browser, but when I click on Browse server and the window opens, I get this error message popping up:
Error creating folder "redirect:/index.php/" (Can't create redirect: directory)
When I try to upload, the text changes to '(Upload in progress, please wait...)', but nothing happens.
Also, when I click on any button (it seems), Firebug displays this error:
[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: :: line 644" data: no]
http://site.dev/sites/all/modules/fckeditor/fckeditor/editor/js/fckeditorcode_gecko.js
Line 31
System:
OS X Leopard
Firefox 3.0.1
Drupal 6.3
FCK.module 6.x-1.3-beta2
FCK Editor 2.5.1
Comments
Comment #1
wwalc commentedTry this:
http://drupal.fckeditor.net/troubleshooting#10
+ one more thing to check: edit FCKeditor profile and make sure that in "File browser settings", "Absolute path to uploaded files" is not empty.
Comment #2
blackdog commentedYepp, setting the absolute path helped with the error message. Thanks!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #4
syed.shah commentedCreate another .htaccess file under fckeditor folder
and write
RewriteEngine off
Comment #5
cindyr commentedIf anyone has done all these recommendations and still can't figure it out, I switched mine from the IMCE file browser to the built-in filebrowser and that did the trick (after reading the instructions to enable the built-in browser).
Comment #6
maxferrario commentedThanks syed.shah, this solved the problem in my installation (vista + apache + drupal 6 + FCKeditor 2.6)