I posted a patch for  https://farcry.jira.com/browse/FC-2409 and
https://farcry.jira.com/browse/FC-2410 !
The bug https://farcry.jira.com/browse/FC-2411 was fixed by Blair
McKenzie in the meantime.
-------------------------------

Patch/Workaround for FC-2410 and FC-2409 in p600 (actually FarCry
6.0.8):

Change line 8 in "/core/webtop/facade/ftajax.cfm" from "refind" to
"refindnocase" !

The code in "/core/webtop/facade/ftajax.cfm" (line 7 to 14) should
look like this:
-------------------------------------------------------
<cfloop collection="#url#" item="key">
   <cfif refindnocase("/formtool/\w+",key)>
      <cfloop from="1" to="#listlen(key,'/')#" index="i" step="2">
         <cfset url[listgetat(key,i,"/")] = listgetat(key,i+1,"/") />
      </cfloop>
      <cfbreak />
   </cfif>
</cfloop>
-------------------------------------------------------

Regards .. Knut


On 4 Dez., 14:22, Knut <[email protected]> wrote:
> Thanks to Jørgen. The deprecated plugin "farcrycfximage" was still
> listed in the file "farcryConstructor.cfm".
> After deleting it from "farcryConstructor.cfm", the thumbnail pictures
> are in the correct size now !
>
> ------------------
>
> But I still have some problems with the "image.cfc". I posted the
> bugs:
>
>    https://farcry.jira.com/browse/FC-2409
>    https://farcry.jira.com/browse/FC-2410
>    https://farcry.jira.com/browse/FC-2411
>
> Knut
>
> On 3 Dez., 11:45, "Jørgen M. Skogås" <[email protected]> wrote:
>
> > 1) What plugins are listed in your farcryConstructor.cfm?
> > 2) Have you extended anything from the core to the project (the image 
> > formtool component or the dmImage type component)?
>
> > j~
>
> > On 2. des. 2010, at 21.49, West wrote:
>
> > > Yes, I did this before posting actually.  So it's not as if the list
> > > of images is wrong, the code is just reading from where it thinks the
> > > thumbnail is but I think the problem is that the resize isn't
> > > happening at all.  If there's a way I can show it to you I'm happy to
> > > do so as well.
>
> > > -West
>
> > > On Dec 2, 12:22 pm, Jeff Coughlin <[email protected]> wrote:
> > >>> I am on CF 9.01.  Windows 2008 server.  The image is bigger than the
> > >>> resize dimensions.
>
> > >>> The source image is 940 x 501.  I'm not getting any error at all.  The
> > >>> image uploads fine and appears in the thumbnail directory as well, but
> > >>> it's just not re-sized.  When I see the list of all the images, I see
> > >>> the image in its original size in the grid.  I then thought maybe
> > >>> something was wrong with the photo so I opened up my image editing
> > >>> program Fireworks, created a large rectangle the same size as my image
> > >>> and also tried to upload it.  The same thing happens.
>
> > >> Can you verify the image sizes manually just to make sure?  Look in 
> > >> /farcry/projects/[projectName]/www/images/dmImage.  In there, there 
> > >> should be 3 folders.  The source image folder should be just that (the 
> > >> source image, untouched), however the "StandardImage" and 
> > >> "ThumbnailImage" folders should have the same filename, but resized 
> > >> versions of the image.  Can you verify that they are in fact not resized 
> > >> in those folders and still retain the original dimensions?
>
> > >> --
> > >> Jeff Coughlin
> > >> Web Application Developerhttp://jeffcoughlin.com
>
> > > --
> > > You received this message cos you are subscribed to "farcry-dev" Google 
> > > group.
> > > To post, email: [email protected]
> > > To unsubscribe, email: [email protected]
> > > For more options:http://groups.google.com/group/farcry-dev
> > > --------------------------------
> > > Follow us on Twitter:http://twitter.com/farcry

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to