Closed (fixed)
Project:
IMCE
Version:
5.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2008 at 00:23 UTC
Updated:
17 Jun 2008 at 06:35 UTC
Hi There
i am using drupal 5 , tinymce 5-1.9 and imce 5-1.2
using ie (6 and 7) adding an image , when the user presses the browse button, he gets an script error
"imceBrowserUrl is undefined"
when i uses the same user to log in with firefox - it works ok
so i guess it's not a user permission error,
i remember this working , so i have tried installing the previous version of imce (1.0) too , that does not help
any ideas ?
Thanks , Avior
Comments
Comment #1
avior commentedi have found the problem
it was a bad markup in page.tpl.php in the $closure part
there was a missing closing ">" so it caused ie to ignore the script tag
so the results was
Comment #2
ufku commented