<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>
|