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

wwalc’s picture

Status: Active » Postponed (maintainer needs more info)

Try 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.

blackdog’s picture

Status: Postponed (maintainer needs more info) » Fixed

Yepp, setting the absolute path helped with the error message. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

syed.shah’s picture

Create another .htaccess file under fckeditor folder
and write

RewriteEngine off

cindyr’s picture

If 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).

maxferrario’s picture

Thanks syed.shah, this solved the problem in my installation (vista + apache + drupal 6 + FCKeditor 2.6)