I try to integration IMCE with FCKeditor 6.x-1.2-1.
When I want to insert an image with the FCKeditor dialog I click the "browse server" button an get the following JavaScript error (FireBug):

imce.tree['.'] has no properties      imce.js (line 111)

I'm using Drupal 6.2 and logged in as administrator.
In the FCKeditor settings I enabled the IMCE integration in "File browser settings".
In IMCE settings my profile directories are left as default (sites/default/files/, Including subdirectories)

Comments

Riggs333’s picture

Priority: Critical » Normal

Well, I found out that this problem had to do with the drupal base path.
When moving the drupal installation form '/drupal' to '/' (root dir) there is no error anymore and IMCE works fine.

ufku’s picture

Status: Active » Postponed (maintainer needs more info)

what is the bug exactly?
can you please write down the steps to reproduce it?

gmknowles’s picture

Here is my error using drupal in subdirctory and using .htaccess to set as root:

sbmt.attr("id") has no properties
setFileOps()imce.js (line 256)
e([fieldset, fieldset, fieldset, 1 more...], function(), undefined)jquery.js (line 13)
e(function(), undefined)jquery.js (line 13)
setFileOps()imce.js (line 254)
initiateOps()imce.js (line 226)
initiate()imce.js (line 17)
e()jquery.js (line 13)
e()jquery.js (line 13)
e([function(), function(), function(), 2 more...], function(), undefined)jquery.js (line 13)
e()jquery.js (line 13)
[Break on this error] var Op = {name: sbmt.attr('id').substr(5)};

ufku’s picture

Version: 6.x-1.0 » 6.x-2.x-dev
Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)