Coldfusion error - security?!?


hello,

i purchased hosting , trying website online. i'm using coldfusion on website, getting error.

this code load header , footers .cfm file...

<body>
<table width="72%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><cfinclude template="/includes/inc_header.cfm"></td>
</tr>
<tr>
<td width="78%">info goes here </td>
<td width="22%">something goes here.... </td>
</tr>
<tr>
<td height="38" colspan="2"><cfinclude template="/includes/inc_footer.cfm"></td>
</tr>
</table>
</body>



and here error getting....

web site accessing has experienced unexpected error.
please contact website administrator.

the following information meant website developer debugging purposes.
error occurred while processing request
security: requested template has been denied access /var/chroot/home/content/r/n/p/rnpodsia/html/includes/inc_header.cfm.
the following internal exception message: access denied (java.io.filepermission /var/chroot/home/content/r/n/p/rnpodsia/html/includes/inc_header.cfm execute)

the error occurred in /var/chroot/home/content/r/n/p/rnpodsia/html/test.cfm: line 10

8 : <table width="72%" border="0" cellpadding="0" cellspacing="0">
9 : <tr>
10 : <td colspan="2"><cfinclude template="/includes/inc_header.cfm"></td>
11 : </tr>
12 : <tr>

you can go www.vividcomp.com/test.cfm

if has answer or solution appreciated because not quite sure went wrong... , hosting godaddy.com , purchased coldfusion language support.... thank time.

-ricky

hi,

check ownership , access permissions of "includes" folder.. use chmod command , put appropriate read / write / execute permissions want..


More discussions in ColdFusion


adobe

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums