pf » Spelling Strikes Again
Spelling Strikes Again
I have been racking my brain trying to figure out why I kept getting this error:
"Element CACHE is undefined in APPPLICATION."
My first thought was that somehow the CACHE variable was being deleted from the application structure, somewhere in the code. It didn't make any sense all my other application variables worked just fine.
Finally I realized that I had spelled APPLICATION with 3 P's!
The tricky part about debugging this one was that the line of code that had the typo was only executed on certain conditions.
So how many times have you made a similar mistake? I wouldn't be surprised if a majority of all my debugging is due to typo's.
I think there is actually some room here for a better error message for this type of exception in ColdFusion. The way the error message is written you would think that CACHE is the problem not APPPLICATION. Maybe something like this would be better:
APPPLICATION is undefined. Please check the spelling.
I'm not trying to blame ColdFusion for my mistake, just suggesting an area where error messages could be improved. Error messages almost always have room for improvement.
add to del.icio.us
| Tags: application, errors, debugging, error message, exceptions
Related Entries
- Error Jargon - January 9, 2006
- Bad Error Message - May 23, 2005
- Google says disable your firewall - December 10, 2005
It makes sense to me for CF to point out the highest level variables which aren't defined, rather than pointing at a child which could not exist anyway - or rather presenting the error message in an ambiguous way.
I've had this happen many times.. I think your naturally going to focus on the first variable presented in the error message.
Maybe a better error message would be one that told you the parent which didn't exists and the child element that you were trying to access. That way it would be really easy to locate the problem code. E.G.
APPPLICATION is not defined.
Error occured while attempting to access: APPPLICATION.cache
It's just the simple things that can make the biggest difference to debugging these annoying problems.
See what you get if you leave a tag with <cfif
Colour coding should catch APPPPLICATION in your IDE.
- CFSCRIPT Cheatsheet
- 3 New Image Effects for ColdFusion 8
- Googlebot to Submit Web Forms
- ColdFusion 8 Update 1 Fixes some Image Processing Quirks
- 10 Most Useful Image Functions in ColdFusion 8
- Speaking at NYC CFUG This Week
- Adobe AIR Tutorial for HTML / JavaScript Developers
- INFORMATION_SCHEMA Support in MySQL, PostgreSQL
RSS
Pete Freitag is a software engineer, and web developer located in










