Closed (cannot reproduce)
Project:
IMCE
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2008 at 08:52 UTC
Updated:
13 Mar 2011 at 02:07 UTC
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
Comment #1
Riggs333 commentedWell, 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.
Comment #2
ufku commentedwhat is the bug exactly?
can you please write down the steps to reproduce it?
Comment #3
gmknowles commentedHere 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)};
Comment #4
ufku commented