Question
Problem with cfoutput
Okay, here is something we do a zillion times, cfoutput some
variable. So basic it is a no brainer. Right?
So why doesn't it work suddenly for 1 line?
I attached the code. Very basic error page.
But here is the output on the page. BTW it used to work fine and just started doing this
An error has occurred that has prevented your request from being completed.
In case this error was due to a communications problem on the network, you may want to hit the 'Refresh' button on your web-browser (Internet Explorer) to try again.
We have logged the following information that will help us identify and correct the problem:
#DateFormat(error.DateTime,"mm/dd/yyyy")# #TimeFormat(error.DateTime,"hh:mm:ss")#
Your IP address is 160.112.210.10
Your browser is Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
You were trying to process /dtr/index.cfm?
Message:
Element MOO is undefined in ARGUMENT.
The error occurred on line 11.
Why is it just displaying the line of code for the date/time? I've deleted that line and rewritten it. I've enclosed just that line in cfoutput tags.
Strange.
So why doesn't it work suddenly for 1 line?
I attached the code. Very basic error page.
But here is the output on the page. BTW it used to work fine and just started doing this
An error has occurred that has prevented your request from being completed.
In case this error was due to a communications problem on the network, you may want to hit the 'Refresh' button on your web-browser (Internet Explorer) to try again.
We have logged the following information that will help us identify and correct the problem:
#DateFormat(error.DateTime,"mm/dd/yyyy")# #TimeFormat(error.DateTime,"hh:mm:ss")#
Your IP address is 160.112.210.10
Your browser is Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
You were trying to process /dtr/index.cfm?
Message:
Element MOO is undefined in ARGUMENT.
The error occurred on line 11.
Why is it just displaying the line of code for the date/time? I've deleted that line and rewritten it. I've enclosed just that line in cfoutput tags.
Strange.
