I have an app I a working on that stopped working overnight all by
itself. I went to sleep, and it was working, and when I woke up it was
broken.

When ever I hit a page I get this error.
"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 is the line that throws the error.
<cfapplication name="d2" clientmanagement="Yes" clientstorage="cfvar" 
setdomaincookies="No">

When I change it to this, the error goes away.
<cfapplication name="d2" clientmanagement="No" clientstorage="cfvar" 
setdomaincookies="No">

I'm running updater 2, and restarting the service does not fix it.
Anyone know what's up, or is this just MX bug of the day?

-- 
mailto:[EMAIL PROTECTED]

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to