> > [Mon Dec 19 09:02:15 2005] [error] [client 65.94.177.10] The following
> > parameter was passed in the call to
> > CGI::Uploader::Transform::ImageMagick::_really_gen_thumb but was not
> > listed in the validation options: HASH(0x87e58bc)
> > [Mon Dec 19 09:02:15 2005] [error] [client 65.94.177.10]  at
> > /usr/home/jeff/third_party/uploader/lib//CGI/Uploader.pm line 766
> "Interesting".
>
> Look in t/gen_thumb.t.  You should see some tests for that syntax.
>
> See if you can add or replace a test there to reproduce your bug.

The docs state you can do this

'img_1_thmb_1' => gen_thumb({ w => 100, h => 100 })

However here is what actually works

'img_1_thmb_1' => { transform_method => gen_thumb( w => 100, h => 100 )}

Or maybe i'm mistaking what you want to happen, with what actually happens ?

Jeff.

--

Jeff MacDonald
http://www.halifaxbudolife.ca
http://www.nintai.ca

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to