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;

Only local images are allowed.

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

mxmilkiib’s picture

Whoopsy. 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" />

mxmilkiib’s picture

tried 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

CinemaSaville’s picture

I'm also having the same problem.

CinemaSaville’s picture

I've realized the problem is with Safari in Mac 10.6. It works fine with FF.

mxmilkiib’s picture

Title: Resize not kicking in » Resize not kicking in with spaces in image filename
Category: support » bug

i 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)

quicksketch’s picture

Status: Active » Fixed

As 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.

cels’s picture

Title: Resize not kicking in with spaces in image filename » Resize and transliteracion issues
Status: Fixed » Active

EDIT: 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.
******************************

cels’s picture

Title: Resize and transliteracion issues » Resize not kicking in with spaces in image filename
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.