Re: 4.01

Just created this bug, FC-744 

In /core/packages/farcry/imageutilities.cfc 

Line 108 

<cfdirectory name="stLocal.qList"
directory="#GetDirectoryFromPath(arguments.originalFile)#"
filter="#GetFileFromPath(arguments.originalFile)#">

This throws an error about not having permission to read from "\".

Adding expandpath makes the error go away:

<cfdirectory name="stLocal.qList"
directory="#GetDirectoryFromPath(expandpath(arguments.originalFile))#"
filter="#GetFileFromPath(arguments.originalFile)#">

I wonder if this is due to some configuration issue on my server, since I'm
sure others must be using this functionality.

We are using a managed, hosted server so I'm not sure exactly where to look.

Derek



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to farcry-dev@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to