Filebrowser: Error creating folder "redirect:/index.php/" (Can't create redirect: directory)
blackdog - July 18, 2008 - 11:57
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-1.3-beta2 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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 31System:
OS X Leopard
Firefox 3.0.1
Drupal 6.3
FCK.module 6.x-1.3-beta2
FCK Editor 2.5.1

#1
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
Yepp, setting the absolute path helped with the error message. Thanks!
#3
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)