A user reported a BlogCFC issue with the ready2run version of OpenBD.
Specifically this code failed from within Application.cfm:

<cfset majorVersion = listFirst(server.coldfusion.productversion)>
<cfset minorVersion = listGetAt(server.coldfusion.productversion,2)>

It failed because server.coldfusion.productversion looks a bit
different for OpenBD versus ColdFusion.

No big deal - I can work around it. However, when I edited the file,
the changes were not reflected in OpenBD. I quickly shut the server
down and restarted it, but no go.

I then noticed something up. My app.cfm is basically a large CFIF that
only runs once per application start up. So it is:

a few line
cfif
end cfif
a few lines

I could do anything _before_ the CFIF and see it reflected in the
browser. Dump the server scope, etc. But any code changes inside the
cfif refuse to update. Shoot, I even tried to comment out the 2 lines
completely and I still get an error.

Any ideas?

--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to