Closed (fixed)
Project:
Imce CCK Image
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jun 2010 at 04:56 UTC
Updated:
4 Nov 2011 at 23:40 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedI am watching topic.
Comment #2
gregarios commentedThis could very well be a "critical" issue for your module, since it doesn't work at all for users of IMCE 6.x-1.4...
Comment #3
POVYLAZZZ commentedI am having the same problem...
It seams that the only fix for now is tu use the elder version... Does anybody have a download link for it?
I tried to use the dev version of this module it seams that his problem was fixed in it but when I pressed the button to send the image to the field I got this error:
By the way maybe developers could say when we should expect newer version of this module?
P.S. It would be nice if a link to issue queue would appear in main module page (in the bottom next to statistic reports and patches link) cuz it seams as if this module`s maintainers would be avoiding to support this module... Please, do not get all worked up about it it is just what may seam...
Comment #4
gregarios commentedIt has a link, actually... Drupal.org calls it "View pending patches" now for some reason. :-)
Comment #5
POVYLAZZZ commentedThat link brings users to:
http://drupal.org/project/issues/search/imceimage?status[]=8&status[]=13...
And all the issues can be viewed at:
http://drupal.org/project/issues/imceimage
Somehow these two links do not bring me to the same place.... :P
Any way what about the issue? Any news about fixing it?
Comment #6
ufku commentedreplace url('imce/browse') with url('imce') in imceimage.module
Comment #7
gregarios commented@tekrei: The fix from ufku in comment #6 works, I can verify. Can you please create a new release with this fix?
Comment #8
gregarios commentedComment #9
jnpwebdeveloper commentedI still have the problem even with the #6 fix. Does anybody know what is causing this? Need to get this implemented asap for a client. Would appreciate any quick fixes.
Thanks
Comment #10
gregarios commentedDid you make sure to clear all your caches in the Performance settings?
Comment #11
iamjon commentedI'm having the same issue. After the hack the access denied error changed from
You don't have access to any configuration profile to use the file browser! for all users including admin
to
File browser
You are not authorized to access this page.
For a specific user, admin can access it. Did I miss a configuration step somewhere?
Comment #12
gregarios commentedThis sounds like a different issue, or the user you were logged in as didn't have permission to use the file browser. Admin was able to work it correctly but other users were not?
Comment #13
iamjon commentedHi gregarios,
Thanks for the reply.
Where do i give the user permission to use the file browser? It worked fine before the last round of updates.
It very well may be another issue.
Comment #14
gregarios commentedin
http://yourdrupalsite.com/admin/user/permissionsunderimce module.You also need to have roles assigned to the user to use IMCE in general, at
http://yourdrupalsite.com/admin/settings/imce.Oh... I may have confused your user's ability to use the file browser with the ability to use IMCE...
Comment #15
iamjon commentedYAAAAAAAAAAAY!!!
gregarios you're my hero.
I can confirm that the second error was pebkac involving my chair and keyboard.
Anyway the hack works.
Comment #16
agerson commentedYes, #6 fixes it.
Comment #17
gregarios commentedAttached is a patch to be rolled against the newest version, which at this moment is imceimage-6.x-1.0-beta2
Comment #18
Anonymous (not verified) commentedI have had some success working with the suggestions regarding the URL but overall I am not satisfied having to patch everything. I have also been crafting a new recipe to eliminate the kludgyness (and now brokeness) of imceimage+imce1.4 and found that most of the work is already done.
Here's the goods:
imce2 is much nicer than imce1.4
imceimage-dev works with imce2
with imce_kama you have a great looking and beautiful setup.
Goodbye error!
Hello awesome.
To the devs of this project: can you post more frequent stable releases? I much prefer the current dev snapshot over the stable version... and I'm not usually one to run "dev" versions.
Thanks for the great work.
Comment #19
david3000 commentedHello guys, I patched the module, but the issue still here :(
I tried a lot of combinations of versiones, beta, dev, etc of imce and imageimce, but the issue still here.
Can anybody help me please.
Thanks in advance.
Comment #20
gregarios commentedIf you patched it, then clear all caches on your site and retry it.
Comment #21
david3000 commentedThanks gregarios for your replay, but I allways follow the golden rule after apply a patch "clear all caches" ;-) The issue sitll here. I have a lot of modules on my drupal installation and just this module doesn't work propelly, it's wired.
Comment #22
orjantorang commented#6 ufku:s solution works for me after clear cache ; "replace url('imce/browse') with url('imce') in imceimage.module"
Comment #23
gregarios commentedAttached is a patch for Imce CCK Image 6.x-1.0-beta2 to get it to work with IMCE 6.x-2.1. It has been tested with TinyMCE as the editor. From the command line, you can get the patched setup with the following codes:
IMPORTANT: Then, read the README.txt file in the imceimage module directory for special instructions.
Comment #24
bezu60 commentedI tried this and I still can't insert an image. Can someone send me a link to the previous version of IMCE? It worked perfectly.
Comment #25
gregarios commentedSmall bug with my fix: To insert the image, don't use the button -- click the image thumbnail in the bottom of the window instead.
Comment #26
dmsmidtSame problem for me, the thumb click works.. but the button working would be better.
Comment #27
yang_yi_cn commentedactually as @ufku mentioned in http://drupal.org/node/832242#comment-4510710 (in IMCE module's issue queue), the IMCE module changed so we should use the new method as mentioned in the README.txt in IMCE module.
My patch works on both click the image and clicking the button. I'll roll a new version soon.
Comment #28
yang_yi_cn commentedactually the dev version seems to be doing it already. this case is closed.