|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
This is probably an old topic but i'm having issues with my error handling. I'm using the cferror tag like this
Code:
<cferror type="exception" mailto="jmyoung82@msn.com" template="http://www.rattlercar.com/error.cfm"> <cferror type="request" mailto="jmyoung82@msn.com" template="http://www.rattlercar.com/error.cfm"> but i'm getting errors like this Security: The requested template has been denied access to D:\wwwsites\rattlercarcom\www\http:\www.rattlercar.com\error.cfm. The following is the internal exception message: access denied (java.io.FilePermission D:\wwwsites\rattlercarcom\www\http:\www.rattlercar.com\error.cfm read) ColdFusion cannot determine the line of the template that caused this error. This is often caused by an error in the exception handling subsystem. I have no idea what's going on ![]() |
|
#2
|
|||
|
|||
|
you need to add a File path not a http path.
in this case template="error.cfm" should work (like when you use cffile) |
|
#3
|
|||
|
|||
|
This is all described in the documentation by the way!
http://livedocs.macromedia.com/cold...4.htm#wp2022557
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > error issues |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|