I was trying to migrate a new web application to a bd.net server for a
client, but I am getting this error:

Type    Application
Detail  Problem occurred while parsing, "#expandPath(".") & "
Extended Info   Invalid string
Tag Context     CFINCLUDE: Line=74; Column=1
|
+-- CFSILENT: Line=23; Column=5
    |
    +-- CFIF: Line=46; Column=2
        |
        +-- CFLOCK: Line=47; Column=2
            |
            +-- CFIF: Line=59; Column=4
                |
                +-- CFPARAM: Line=63; Column=4
Source

60:       <!--- Prereq's --->
61:       <cfparam name="ModelGlue_CORE_COLDSPRING_PATH" type="string"
default="#expandPath("/ModelGlue/unity/config/Configuration.xml")#" />
62:       <cfparam name="ModelGlue_SCAFFOLDING_CONFIGURATION_PATH"
type="string" default="#expandPath("/ModelGlue/unity/config/
ScaffoldingConfiguration.xml")#" />
63:       <cfparam name="ModelGlue_LOCAL_COLDSPRING_PATH"
type="string" default="#expandPath(".") & "/config/ColdSpring.xml"#" /
>
64:       <cfparam name="ModelGlue_PARENT_BEAN_FACTORY" default="" />

^ Snippet from underlying CFML source


This seems to be a problem inside the framework itself.... Any
suggestions???



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "model-glue" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/model-glue?hl=en

For more about Model-Glue, check http://www.model-glue.com .
-~----------~----~----~----~------~----~------~--~---

Reply via email to