Has anyone got imagemagick and cf_magicktag working in a shared hosting
environment with sandboxes?

I have enabled all the permissions requried, and enabled cfexecute only on
the custom tag folder. But I get some useless error about the requested
template not having access to the folder/file where the tag is called form.

E.g
This code
<cf_magicktag inputtype="file" inputfile="#ExpandPath('picture.jpg')#"
timeout="100" action="convert" outputType="file"
outputFile="#ExpandPath('output1.jpg')#" debug="Yes">   
<cf_magickaction action="swirl" degrees="90">   
<cf_magickaction action="flip"> 
<cf_magickaction action="geometry" width="300" height="200">
</cf_magicktag>

Produces this error.


Security: The requested template has been denied access to
E:\wwwroot\michaels.me.uk\wwwroot.  
The following is the internal exception message: access denied
(java.io.FilePermission E:\wwwroot\michaels.me.uk\wwwroot read)  


-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to