Hi AJ,

We ran into this issue overnight as well, it appears to be a
regression in Railo 3.3.1.000 (which they've already fixed but not
released in a new stable build as yet):
https://issues.jboss.org/browse/RAILO-1552

However you can work around it by changing lines 1864 and 1881 of
image.cfc to:

<cfset FileSetAccessMode(imageDestination, "664")>

Not sure if that change will be committed to core yet - it probably
should be since it's purpose is clearer :)

cheers,
Justin


On Oct 12, 1:42 pm, AJ Mercer <[email protected]> wrote:
> I am having problems uploading images with Farcry 6.2 on Railo 3.3 on Ubuntu
> and was wondering if anyone on bleeding edge (trunk) can confirm if it works
> for them.
>
> File (pdf) upload is working fine, so I think file permissions is not the
> issue.
>
> I can see my uploaded image in
>     /images/dmImage/SourceImage/
>
> But the failing code is looking in
>     /images/dmImage/StandardImage/
>
> this is the offending line [ /farcry/core/packages/formtools/image.cfc
> GenerateImage() ]
>
> <!--- Workaround for missing 'mode' attribute in the <cfimage> tag :: Set
> UNIX file rights to 'user:group' --->
> <cffile action="rename" source="#imageDestination#"
> destination="#imageDestination#" mode="664" />
>
> --
>
> *AJ Mercer*
> <webonix:net strength="Industrial" /> <http://webonix.net> | <webonix:org
> community="Open" /> <http://webonix.org>http://twitter.com/webonix
> Railo Community Manager <http://www.getrailo.org/index.cfm/community/team/>

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