This is crazy. I just did a quick duplicate of the entire code base to
BlgoCFC2. Even when I run that, I get the exact same error message.
The version check is completely commented out. I would expect an error
later on when it tries to find isColdFusionMX7 in the app scope, but
it still dies here;


<!---
        <cfset majorVersion = listFirst(server.coldfusion.productversion)>
                <cfdump var="#server.coldfusion#"><cfabort>

        <cfset minorVersion = listGetAt(server.coldfusion.productversion,
2,".,")>
        <cfset cfversion = majorVersion & "." & minorVersion>

        <cfset application.isColdFusionMX7 = server.coldfusion.productname is
"ColdFusion Server" and cfversion gte 7>
        --->

Notice the comments around the code.


On Feb 27, 6:54 am, Matthew Woodward <[email protected]> wrote:
> Anthony Hixon, Jr. wrote:
> > Reading back over his earlier post, I believe the errors are occurring
> > within the conditional block. He ran the same test as you without issue.
>
> But the stuff in the condition block runs when you reinit the app or
> restart the server, which I did several times.
>
> --
> 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
>
>  smime.p7s
> 4KViewDownload
--~--~---------~--~----~------------~-------~--~----~
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