Howdy, I'm having some trouble setting up the module.
It's enabled, as are ImageAPI et al. ImageCache is working dandy on the front of the site. I'm using FCKeditor + IMCE. The node is set to "Full HTML". I've tried reordering the filter to first and also last just in case, no change. Content is set to be handled privately, but I've tried public also to no avail. "Image resize filter" is turned on in the Full HTML filter config, as is 'Locally'.
The img code in the source is;
![]()
There exists an /sites/default/files/resize directory, I'm assuming from a previous use of the the resize function in IMCE. It has a subdirectory with a couple of older files in it, but otherwise is empty.
Nothing is showing up in the logs when I save the node.
http://theforest.org.uk/shop-info
Is there anything I'm missing or could try? Thanks for any help!
Comments
Comment #1
mxmilkiib commentedWhoopsy. Without the angle bracket;
img width="493" vspace="10" hspace="10" height="296" align="right" alt="" src="/system/files/images/Snip%2526Sip%20The%20Skinny%20Vertical.jpg" />
Comment #2
mxmilkiib commentedtried changing it to
img width="493" height="296" vspace="10" hspace="10"
just in case, no joy
p.s. the image actually resides in /sites/default/files/images in case that matters
p.p.s. when i say "Nothing is showing up in the logs when I save the node.", i mean nothing untoward
Comment #3
CinemaSaville commentedI'm also having the same problem.
Comment #4
CinemaSaville commentedI've realized the problem is with Safari in Mac 10.6. It works fine with FF.
Comment #5
mxmilkiib commentedi was sure i installed the mod using ff 3.5, but i thought i'd try with another image just in case. it worked this time.
the difference - the first image had spaces in the file name, the newer one didn't.
(n.b. again, this is using private file mode in case that matters)
Comment #6
quicksketchAs in most cases where file names are the cause of a problem, I recommend installing Transliteration, which will also fix problems with non-latin characters (such as accents or other languages).
However after uninstalling Transliteration and trying to reproduce this problem, I could not reproduce it. I'm marking this fixed, since it's likely been corrected since the 1.4 release. I'm putting out a 1.5 release tonight, if the problem persists in the new version, please reopen.
Comment #7
cels commentedEDIT: Forget this comment, the problem was with Insert module NOT with Image Resize Filter.
My apologies.
******************************
With transliteration active, if I add a file with underscores (_) the transliteracion convert it to (-) on the imageupload (I want clean all my fileuploads).
The problem: IRF take the URL before transliteration clean it.
******************************
Comment #8
cels commented