Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<cfprocessingdirective suppresswhitespace="yes" pageencoding="ISO-8859-1">
<!---
L10N Resource File
Section: Exception
Locale: English (en)
--->
 
<cfswitch expression="#l10n_caller#">
 
    <cfcase value="detail">
 
        <cfsavecontent variable="s_error_title">Error Occurred While Processing Request</cfsavecontent>
 
        <cfsavecontent variable="s_user_message">The web site you are accessing has experienced an unexpected error.<br>
        Please contact the website administrator.
        </cfsavecontent>
        
        <cfsavecontent variable="s_debugging_message">The following information is meant for the website developer for debugging purposes. </cfsavecontent>
            
        <cfsavecontent variable="s_error_in">The error occurred in</cfsavecontent>
        
        <cfsavecontent variable="s_called_from">Called from</cfsavecontent>
        
        <cfsavecontent variable="s_cannot_determine">ColdFusion cannot determine the line of the template that caused this error.</b> This is often caused by an error in the exception handling subsystem.</cfsavecontent>
        
        <cfsavecontent variable="s_try_the_following">Resources:</cfsavecontent>
        <cfsavecontent variable="s_enable_robust">Enable Robust Exception Information to provide greater detail about the source of errors.  In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.</cfsavecontent>        
        <cfsavecontent variable="s_other_try">
    <li>Check the <a href='http://www.adobe.com/go/prod_doc' target="new">ColdFusion documentation</a> to verify that you are using the correct syntax.</li>
    <li>Search the <a href='http://www.adobe.com/go/prod_support/' target="new">Knowledge Base</a> to find a solution to your problem.</li>
</cfsavecontent>
        
        <cfsavecontent variable="s_browser">Browser</cfsavecontent>
        
        <cfsavecontent variable="s_remote_address">Remote Address</cfsavecontent>
        
        <cfsavecontent variable="s_referrer">Referrer</cfsavecontent>
        
        <cfsavecontent variable="s_date_time">Date/Time</cfsavecontent>
        
        <cfsavecontent variable="s_stack_trace">Stack Trace</cfsavecontent>
        
        <cfsavecontent variable="s_expand">Click to expand stack trace</cfsavecontent>
        
        <cfsavecontent variable="s_expand2">(click to expand)</cfsavecontent>
 
    </cfcase>
 
    
</cfswitch>
 
        <cfsavecontent variable="s_unable">Unable to display error's location in a CFML template.</cfsavecontent>
 
</cfprocessingdirective>