Ticket #70 (new defect)
Nested quotes in ModelGlue.cfm break on BlueDragon 6.2.1
| Reported by: | sean@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0.x-next-patch |
| Version: | 2.0.304 | Severity: | normal |
| Keywords: | Cc: |
Description
This line in ModelGlue?.cfm fails on BlueDragon? 6.2.1:
<cfparam name="ModelGlue?_LOCAL_COLDSPRING_PATH" type="string"
default="#expandPath(".") & "/config/ColdSpring.xml"#" />
Change the inner nested double quotes to single quotes like this to fix it:
<cfparam name="ModelGlue?_LOCAL_COLDSPRING_PATH" type="string"
default="#expandPath('.') & '/config/ColdSpring.xml'#" />
(BlueDragon? 7.0 will accept the former so whether you fix this or not depends on whether you want to support BD 6.2.1 or not)
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)