I see what you mean Tobe. I suppose it is possible, as the site is hosted on a shared server. AFAIK, the site itself is correctly locked etc.., but a full audit may be in order. Seeing as they are getting a fair few visitors, and the site is a massive 170Mb (lots of high res images and things like that) I'm recommending a move to their own server anyway. Still, we'll see.
Cheers W -----Original Message----- From: Tobe Goldfinger [mailto:[EMAIL PROTECTED]] Sent: 11 July 2002 02:10 To: CF-Community Subject: RE: strange cfmail problem I would admit the idea of this kind of memory corruption is rather a stretch..... but we are all grasping at straws here. My original point is not that you should be locking local or form variables, but that if your memory space has gotten corrupted, then EVERYTHING (including local variables) is vulnerable to corruption. At 11:13 AM 7/10/02, you wrote: >hi tobe, > >well, I'm locking where needed, at least as far as I can tell. filecontent >is a local variable, so doesn't need locking. The cfmail is populated from >form fields and a couple of local variables too, so again, no locking. Am I >wrong in assuming that I don't need to lock local variables and form >variables?? > >cheers > >w > > > >-----Original Message----- >From: Tobe Goldfinger [mailto:[EMAIL PROTECTED]] >Sent: 10 July 2002 16:07 >To: CF-Community >Subject: RE: strange cfmail problem > > >perhaps you're experiencing some kind of memory corruption >so the filecontent variable is creeping into other variables and thus into >your email > >hate to say it, but "Are you locking?" > > >At 09:56 AM 7/10/02, you wrote: > >OK...I've figured out where the extra info has come from, but what I can't > >see is how it got into the email. > > > >In the secure download section I have this code, which is writing the > >transactions to a textfile: > > > ><!--- set file for ext file ---> > > <CFSET filecontent = " > > > > > > ______________________________________________________________________ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
