All is okay with settings.  Your point about the cookie is actually part of
the problem I think.  This seems to be all related to client variables.
Basically, I can fix it by clearing the CFID cookie.  I wrote the following
code:

<CFTRY>
        <CFAPPLICATION ... > (the one that's crashing)
        <CFCATCH TYPE="ANY">
                <CFCOOKIE NAME="CFID" VALUE="" EXPIRES="NOW">
                <CFAPPLICATION ... > (same as above)
        </CFCATCH>
</CFTRY>

This is about the closest I can get to handling the error for my customers.
If they get it, and they 'happen' to hit 'refresh' then they get the page
just fine.  This saves them from having to delete 'all' their cookies.  But
at least I have it narrowed down to the CFID cookie that is causing the
problem.

Any other solutions, I'd be glad to hear?  I don't know how to tell all my
returning customers to clear their cookies BEFORE they get to my website,
and the above code still generates an error the first time they visit again,
so it's not a solution, just a poor, temporary workaround.

Thanks!

Sincerely,
 
Dave Phillips
BizBreeze.com
[EMAIL PROTECTED]
615-746-3851

-----Original Message-----
From: Cameron Childress [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 29, 2004 4:36 PM
To: CF-Talk
Subject: Re: cfapplication/clientvariable Error after Upgrade to MX 6.1

Long shots, but since the error is in your cfapplication tag I would go into
the administrator and make sure both application and session variables are
enabled (Server settings > Memory Variables).

If that doesn't work, you might also try clearing the cookies out of your
web-browser.  It's another long shot, but if you still have CFID/CFTOKEN
pairs in there from CF5, it could mess you up, esp if you went from using
UUID for cftoken to not, or vice versa.

-Cameron


On Wed, 29 Dec 2004 16:10:12 -0600, Dave Phillips <[EMAIL PROTECTED]>
wrote:
> Hi all,
> 
> I just upgraded to MX 6.1 and now I'm getting 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.
> 
> The error occurred in C:\Websites\dave\scripts\Application.cfm: line 2
> 
> 1 : <!--- <CFLOCATION 
> URL="http://www.resumeblaster.com/welcomedown.html";>
> --->
> 
> 2 : <cfapplication name="Cora" applicationtimeout="#CreateTimeSpan( 0, 
> 8, 0, 0 )#" sessionmanagement="Yes" clientmanagement="Yes"
> clientstorage="sql_coldfusion">
> 
> 3 : <cferror type="Request" template="error.cfm"
> mailto="[EMAIL PROTECTED]">
> 
> 4 :
> 
> I'm using a datasource (sql_coldfusion) to store client variables.  I 
> have even deleted the tables out of the sql_coldfusion datasource and 
> let the CF administrator recreate the tables in case MX wasn't 
> compatible with tables created from 5.0.
> 
> Any help on this?  I can't seem to find any info on it on macromedia 
> or google searches.
> 
> Sincerely,
> 
> Dave Phillips
> BizBreeze.com
> [EMAIL PROTECTED]
> 615-746-3851
> 
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - RUWebby
http://www.ruwebby.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189031
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to