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 <
ajmer...@gmail.com> 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/>