Nice going, Michael! Now, where do we store this bug fix? Is MM still
supporting validating and storing bug fixes?

[EMAIL PROTECTED] writes:
>I found the resolution to this problem... here's a recap for anyone who
>might be interested...
>
>SETUP:
>Win2K, CF5, Spectra 1.5.1, SQLServer2K
>
>PROBLEM:
>Spectra 1.5.2 Install wizard was failing at step 4 when it tests the Adv
>Security setup http://localhost/allaire/spectra/install/index.cfm
>
>CAUSE:
>Bug in file
>..\wwwroot\allaire\spectra\install\substeps\_basicsecuritytest.cfm
>(aprox line 71-75)
>a call to the <cfa_newinternaladminsecurity> custom tag  has an incorrect
>attribute name
>
>FIX:
>Modify code in
>..\wwwroot\allaire\spectra\install\substeps\_basicsecuritytest.cfm
>Original:
>  <cfa_newinternaladminsecurity
>    action="addSecurityContext"
>    securitycontext="#scName#"
>    description="#scDesc#"
>    update="no">
>Modified:
>  <cfa_newinternaladminsecurity
>    action="addSecurityContext"
>    name="#scName#"
>    description="#scDesc#"
>    update="no">


=====================
Marc Straka
Web Applications Engineer
Nolo
(510) 704-2226

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|

Get the mailserver that powers this list at 
http://www.coolfusion.com

                        
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to