Download & Extend

Filebrowser: Error creating folder "redirect:/index.php/" (Can't create redirect: directory)

Project:FCKeditor - WYSIWYG HTML editor
Version:6.x-1.3-beta2
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

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.

#2

Status:postponed (maintainer needs more info)» fixed

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

#3

Status:fixed» closed (fixed)

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

#4

Create another .htaccess file under fckeditor folder
and write

RewriteEngine off

#5

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

#6

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