Closed (fixed)
Project:
IMCE
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2008 at 22:45 UTC
Updated:
16 Mar 2009 at 07:47 UTC
Jump to comment: Most recent
Comments
Comment #1
uogecko commentedBump - this issue is causing us some problems - anyone know what the problem might be?
Thanks
Comment #2
bdhoundus commentedI am seeing the same problem. Site is using Drupal v5.3 and the 5.x-1.0 version of IMCE. After uploading the image, the file list appears, but only the delete link shows. If I close out of the file list box, and then click in icon in the insert picture window (to open IMCE again), then the file list is fine and the add and delete links are shown.
I noticed an error note after uploading the image. Details are:
Line: 17
Char: 10
Error: Permission denied
Code: 0
URL: http://mysite.com/imce/browse
Comment #3
uogecko commentedIt looks like this was a conflict with the secure pages module:
http://drupal.org/node/116270
I was able to resolve this isssue.
Comment #4
bdhoundus commentedThanks for the reply (and link), however I don't have the secure pages module installed on my site, yet the same phenomenon exists.
Comment #5
lindsayo commentedI"m having the same problem. I don't have the secure pages module installed.
I have the most current versions of tinymce (drupal and moxiecode) and imce installed. when i click on the image button, i do get the insert image dialog from tinymce, but I had to make a patch to the tinymce.module to get the imce browse button to appear. Now I can click on it and the imce dialog comes up, but I can only choose delete. I can't click on a file to get it to display nor to pass to the tinymce insert image dialog.
Please help!
-L
Comment #6
Anonymous (not verified) commentedI have this problem, too. Using D6 with FCKeditor. File upload works fine for me, but I'm not able to select files. I do not have secure page module installed. Maybe, there is a problem with FCKeditor integration, as I do not see the links in the header for handing over the selected file (which I'm unable to select) do FCK.
Comment #7
ufku commentedNo javascript error on the page?
Comment #8
Anonymous (not verified) commentedThanks for that hint, it seems to be a problem with the java script optimization. When it's activated, there are JavaScript errors. One of them indicates a missing } at the end of the optimized .js-file.
I'm not quite sure, if this is an IMCE bug or one in the drupal core. Pleas put it at the right place, if IMCE is not the right one.
Comment #9
ufku commentedNo. It's not an issue with IMCE. No such bug report so far.
Feel free to close this issue when you're ok with it.
Comment #10
Anonymous (not verified) commentedI created a new bug für drupal core:
#402852: JavaScript optimization cuts parts of .js files
Comment #11
ufku commentedBefore doing that you should check the javascript files loaded without compression. There could be another module adding a broken js.
And without writing the steps to reproduce the bug, your bug report will not be taken into consideration.
Comment #12
Anonymous (not verified) commentedI checked the broken .js file again. The file 'imce_extras.js' is not completely included in the optimized .js file. The optimized file ends with
imce.resizeRows = function(start, end, Max)what is the following in the original file: