Skip to main content
Inspiring
July 7, 2008
Question

Application.cfm problem

  • July 7, 2008
  • 1 reply
  • 273 views
My Application.cfm framework all of a sudden giving me the following error message. I haven't chagned any values in it.

What does this mean:
The system has attempted to use an undefined value, which usually indicates a programming error, either in your code or some system code.
Null Pointers are another name for undefined values.
    This topic has been closed for replies.

    1 reply

    July 7, 2008
    I would suggest that you use CFABORT in the script. Place the tag halfway through to isolate the problem to the upper or lower half. When that is determined then place the tag halfway in the upper or lower half. Keep doing this until you isolate the statement that is causing the problem.

    Yes, it is tedious. But sometimes that is what it takes.