Closed (works as designed)
Project:
Image Browser
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Aug 2009 at 15:26 UTC
Updated:
18 Nov 2009 at 08:28 UTC
I have red and reread the docs. I have looked through this forum. I am stuck. image browser comes up in fckeditor and I can upload files. I cannot see any thumbnails and when I try to insert it does nothing. Any idea where I can begin to troubleshoot this?
Comments
Comment #1
NGTLD commentedOK , I dug a bit and found that the ui is looking for the thumbs in /imagecache/ib_thumbnail/images/
When I look in there the folder is empty.
So the thumbnails are either not created, or are put somewhere else.
Comment #2
chris_huh commentedI have this problem with version 2 as well. If i actually go through and insert the image and save the node it shows up fine. It appears to just the the creation of the ib_thumbnail imagecache preset. I suppose if we know the size we should be able to just create that preset ourselves in imagecache.
Update: Yep that works. I just created a present in Imagecache called ib_thumbnail with a scale to 136x136. This probably isn't the best way to do it, but it appears to work.
Comment #3
jdelaune commentedDid you guys have IB1 previously installed? This might be the issue. Since the ImageCache preset is made on install, but if you already had IB1 installed it won't have created it. Let me know... anyone else experiencing the same issue?
Comment #4
jdelaune commentedComment #5
HanleyDesigns commentedI don't know if this is exactly my problem, but trying your method didn't fix my issue... Please see my problem here: http://drupal.org/node/633062 thanks for any help!
Comment #6
HanleyDesigns commentedI figured my issue out after 2 days of frantic looking... it was already mentioned by the developer's documentation which I failed to read... "If you already have a content type named "image" (machine-readable name), be sure to change it before installing the Image module."
Please disregard my request for assistance, thankyou.
Comment #7
jdelaune commentedAwesome