Hi,

I have created a sandbox security on a shared web hosting server, everything
was working last night but today when i view the same page, it gives me this
error..

"Security: The requested template has been denied access to
C:\CFusionMX\CustomTags.
The following is the internal exception message: access denied
(java.io.FilePermission C:\CFusionMX\CustomTags read)  "

not sure why it would need access to the "C:\CFusionMX\CustomTags" dir.

any sandbox gurus out there that can help???

I have all the tags enabled that I am using. and I have set the following
paths in the File/Dirs TAB.

C:\Domains\xxxxx.com\
C:\Domains\xxxxx.com\ -


also the following tags are enabled.
<cfobject>
createObject()
<cfdirectory>
<cfdump>

the code on the page is..

------------------------------------------------------------

<cfobject name="TestObj" component="test">
<cfscript>
 TestObj = CreateObject("component","test");
</cfscript>


<cfdump var="#TestObj#">


<cfdirectory action="LIST" directory="c:\domains\xxxx.com" name="qList">

<cfdump var="#qList#">

------------------------------------------------------------

cheers
Joel


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189871
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to