Can anybody help a complete beginner in ColdFusion MX7.?
I have downloaded the trial version and have set up my site according to the
"Getting Started" notes.
Everytime I try to preview the index.cfm page I get the following error
message:
Element LOCALE is undefined in REQUEST.
The error occurred in C:\Inetpub\wwwroot\CFIDE\gettingstarted\Applicatio n.cfm:
line 1
1 : <cfif request.locale neq "jp" and request.locale neq "ja">
2 : <cfset request.locale = "en">
3 : </cfif>
What the hell is it telling me and can I fix it?
Posts: n/a