Raymond Camden wrote:
No, the code looks like so (pseudo-code)

if not isdefined app.init
  set a bunch of crap
  app.init = true
ed if

Been messing with this for a while and can't reproduce it--just making sure I did the steps correctly to try to reproduce:

1. Downloaded latest OpenBD Ready2Run
2. Downloaded latest BlogCFC
3. Dropped BlogCFC code into cfmlWebContext_1
4. Created database, datasource, etc.
5. I commented out all the version check stuff
6. Ran code--loaded fine
7. Added <cfdump var="#server#"> to Application.cfm (the one in the client directory) right before the big conditional block
8. Ran code--saw dump
9. Removed dump
10. Ran code again--dump wasn't there

This was all on a Mac with MySQL 5.

So when you put the dump in there you saw the dump, but then after you removed it it didn't go away?

--
Matt Woodward
[email protected]
http://www.mattwoodward.com/blog

Please do not send me proprietary file formats such as Word, PowerPoint, etc. 
as attachments.
http://www.gnu.org/philosophy/no-word-attachments.html

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to