/**

popular collection of scripts for all

*/
/** Search */

AB Cold Fusion Error Notification

 }

AB Cold Fusion Error Notification

Hits: 46
*****
0.0
This tag allows the developer to easily pin point errors before the client or user. In addition if you don't have access to the ColdFusion Administrator (if another company is hosting the site), you also don't have acess to see the DEBUG output generated since it is set in the CF ADMIN. Therefore, the work around is to place this tag within the Applicaiton.cfm at which time you will be emailed along with the error being displayed to a specified list of IP's. Usage: 1. Unzip the error.cfm and place in the same directory as your Application.cfm file. Then place the <cferror type="Exception" template="error.cfm" mailto="you@youremail.com"> within your Application.cfm file (see the attached Application.cfm file for the example). 2. Modify the <cfset EMAILADDRESSTONOTIFY="you@youremail.com,yours@youremail.com"> to match the email addresses you want the error to be sent to. 3. Modify the <cfset ERRORIPS=""> to add the IP's which will be able to see the erro on the page along with the error being emailed to the developer. FULL EXAMPLE. 1. Application.cfm: Add the following line <cferror type="Exception" template="error.cfm" mailto="you@youremail.com"> 2. error.cfm (make sure this file is in the same folder as your Application.cfm file). Also make sure to modify the from= on line 56 of the error.cfm page to match what email address is sending the error. <cfset ERRORIPS="219.875.545.66,21.565.874.133"> In addition to this readme, the Application.cfm and error.cfm files within the zip file you downloaded have usage syntax also. Feel free to modify the error.cfm match your colors and fonts.
Platform(s): n/a
Date: Dec, 16 2003
Author: http://www.abpositive.com

Ratings

 }
Number of Ratings: 0 Votes
Visitor Voting Booth:

   
1 2 3 4 5

Others Scripts

 }
{ Copyright } ©2006 NuclearScripts.com