jCay.org

last scripts

popular scripts

top rated

search
 
search:

Advertisment

  • DHTML Tree Menu
    Create Superb DHTML Tree Menu and Buttons For Your Site! Free Download!
    deluxe-tree.com

AB Cold Fusion Error Notification

DeEnFrSp
Hits: 45

AB Cold Fusion Error Notification

Rating 0.0 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
5     
0%
4
0%
3
0%
2
0%
1
0%
Visitor Voting Booth: Rate It!

Others Scripts

AB Online Web Review Tool And Workflow Management

CGI and Perl/Scripts and Programs/Groupware Tools

AB Positive Registry Key Delete

ASP/Scripts and Components/Server Management

AB Positive Encrypt and Decrypt Utility

CFML/Scripts and Programs/Miscellaneous