I'm always getting this phantom error when moving existing code up to MX: +++ 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. The error occurred in C:\Inetpub\dev\ezcart\admin\orders\report.cfm: line 210 +++ The problem is, the error never points to an actual error in the code. It always points to a cfinclude. There is never anything wrong with the code in the cfinclude. That's why I call it the phantom error. CF "THINKS" there is an error, but it doesn't know where it is so it just tells you the file that it "THINKS" it is in. :) I always have to disseminate it by removing code from the cfinclude until the error goes away. Then figure out which code that I just removed that I have to replace. And the code I have to replace is always fine. For instance, the other day I had a simple cfswitch that I had to replace with cfif, cfelseif, etc. Anyone have any idea if this is going to be addressed or if I'm just missing something? -- Bud Schneehagen - Tropical Web Creations _/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/ ColdFusion Solutions / eCommerce Development [EMAIL PROTECTED] http://www.twcreations.com/ 954.721.3452 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

