No, shouldn't have anything to do with permissions. At what point in the
process did you encounter this error? (E.g., did the event generation form
load, and this occurred when you submitted it, or it didn't load at all?)
>From the error message, it looks to me like the problem is an occurrence of
"<=", which evidently causes an issue for BlueDragon JX. This string is a
"token" that is used in the generation pattern used to insert CFML comments
that aren't parsed at generation time, and is replaced by the correct
comment syntax ("<!---") as the file is generated.
This works fine in Adobe ColdFusion, so to be completely honest, I don't
think it's something we're likely to change in the framework in order to
support other CFML engines. That said, it actually is possible to override
the core Model-Glue component with a custom one, and thereby implement your
own fix for the issue.
I will see if I can whip something up along those lines in the next week or
so and get back to you.
--
Ezra
On Mon, May 7, 2012 at 7:26 AM, Len Engel <[email protected]> wrote:
> Could this error be caused by permissions?
>
>
> On Friday, May 4, 2012 2:47:39 PM UTC-6, Len Engel wrote:
>>
>> Yes that is what is being reported on the error page... Just not sure
>> where to look, and not sure where to look for the "source code" you are
>> asking about.
>>
>> Again, I am new to this but it seems to be breaking just after
>> </cfsilent> in generateEvent.cfm typeSelect. The arryLen = 1
>>
>> Thanks for the help guys. Gov'ment says I get full social security
>> tomorrow, so trying to get this working as my first b'day present. :-)
>>
>>
>> On Friday, May 4, 2012 1:25:42 PM UTC-6, Dan Wilson -
>> [email protected]:
>>>
>>> Looks like a syntax error. What is the source code around the reported
>>> error?
>>>
>>> DW
>>> On May 4, 2012 2:29 PM, "Len Engel" <[email protected]> wrote:
>>>
>>>> Ezra
>>>>
>>>> Thanks for the help... making progress
>>>>
>>>> The error I am getting now
>>>>
>>>> 984ms Views Rendering view "main" (generateEvent.cfm)
>>>> <include name="main" template="generateEvent.cfm" />
>>>> 1513ms Exception
>>>> struct
>>>> column 2
>>>> detail Problem occurred while parsing: Syntax error at line 24, column
>>>> 23. Encountered: "=" after : "<"
>>>>
>>>> I should have added in the original question that I am on CENTOS
>>>> running Apache and Bluedragon JX
>>>>
>>>> On Friday, May 4, 2012 10:09:33 AM UTC-6, Len Engel wrote:
>>>>>
>>>>> I am new to model-glue so working through the Training Section. Have
>>>>> gotten as far as Section 7 -- I am getting a error
>>>>> The template (generateEvent.cfm) was not found in any registered view
>>>>> mappings
>>>>>
>>>>> Any assistance would be greatly appreciated.
>>>>>
>>>>
>>>> On Friday, May 4, 2012 10:09:33 AM UTC-6, Len Engel wrote:
>>>>>
>>>>> I am new to model-glue so working through the Training Section. Have
>>>>> gotten as far as Section 7 -- I am getting a error
>>>>> The template (generateEvent.cfm) was not found in any registered view
>>>>> mappings
>>>>>
>>>>> Any assistance would be greatly appreciated.
>>>>>
>>>> --
>>>> Model-Glue Sites:
>>>> Home Page: http://www.model-glue.com
>>>> Documentation: http://docs.model-glue.com
>>>> Bug Tracker: http://bugs.model-glue.com
>>>> Blog: http://www.model-glue.com/blog
>>>>
>>>> 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
>>>> model-glue+unsubscribe@**googlegroups.com<model-glue%[email protected]>
>>>> For more options, visit this group at
>>>> http://groups.google.com/**group/model-glue?hl=en<http://groups.google.com/group/model-glue?hl=en>
>>>
>>>
>> On Friday, May 4, 2012 1:25:42 PM UTC-6, Dan Wilson -
>> [email protected]:
>>>
>>> Looks like a syntax error. What is the source code around the reported
>>> error?
>>>
>>> DW
>>> On May 4, 2012 2:29 PM, "Len Engel" <[email protected]> wrote:
>>>
>>>> Ezra
>>>>
>>>> Thanks for the help... making progress
>>>>
>>>> The error I am getting now
>>>>
>>>> 984ms Views Rendering view "main" (generateEvent.cfm)
>>>> <include name="main" template="generateEvent.cfm" />
>>>> 1513ms Exception
>>>> struct
>>>> column 2
>>>> detail Problem occurred while parsing: Syntax error at line 24, column
>>>> 23. Encountered: "=" after : "<"
>>>>
>>>> I should have added in the original question that I am on CENTOS
>>>> running Apache and Bluedragon JX
>>>>
>>>> On Friday, May 4, 2012 10:09:33 AM UTC-6, Len Engel wrote:
>>>>>
>>>>> I am new to model-glue so working through the Training Section. Have
>>>>> gotten as far as Section 7 -- I am getting a error
>>>>> The template (generateEvent.cfm) was not found in any registered view
>>>>> mappings
>>>>>
>>>>> Any assistance would be greatly appreciated.
>>>>>
>>>>
>>>> On Friday, May 4, 2012 10:09:33 AM UTC-6, Len Engel wrote:
>>>>>
>>>>> I am new to model-glue so working through the Training Section. Have
>>>>> gotten as far as Section 7 -- I am getting a error
>>>>> The template (generateEvent.cfm) was not found in any registered view
>>>>> mappings
>>>>>
>>>>> Any assistance would be greatly appreciated.
>>>>>
>>>> --
>>>> Model-Glue Sites:
>>>> Home Page: http://www.model-glue.com
>>>> Documentation: http://docs.model-glue.com
>>>> Bug Tracker: http://bugs.model-glue.com
>>>> Blog: http://www.model-glue.com/blog
>>>>
>>>> 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
>>>> model-glue+unsubscribe@**googlegroups.com<model-glue%[email protected]>
>>>> For more options, visit this group at
>>>> http://groups.google.com/**group/model-glue?hl=en<http://groups.google.com/group/model-glue?hl=en>
>>>
>>> --
> Model-Glue Sites:
> Home Page: http://www.model-glue.com
> Documentation: http://docs.model-glue.com
> Bug Tracker: http://bugs.model-glue.com
> Blog: http://www.model-glue.com/blog
>
> 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
>
--
Model-Glue Sites:
Home Page: http://www.model-glue.com
Documentation: http://docs.model-glue.com
Bug Tracker: http://bugs.model-glue.com
Blog: http://www.model-glue.com/blog
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