All,
After doing some more testing here are the details of
the bug I am having with the Reactor Blog sample app. I am on
MySQL5.
When I log in to add an entry I get the following
error:
C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_v272x\iterator\iterator.cfc (425)
C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_v272x\iterator\iterator.cfc (584)
C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_v272x\iterator\iterator.cfc (247)
C:\Inetpub\wwwroot\resonant\blog\views\dspEntryForm.cfm (54)
C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue-Live\Core\ViewRenderer.cfc (22)
C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue-Live\ModelGlue.cfc (508)
C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue-Live\ModelGlue.cfc (343)
C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue-Live\ModelGlue.cfc (296)
C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue-Live\ModelGlue.cfm (64)
C:\Inetpub\wwwroot\resonant\blog\index.cfm (27)
Element NODE.FIELDNAME is
undefined in ARGUMENTS.
Called from C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_v272x\base\abstractGateway.cfc: line 595
Called from C:\Inetpub\wwwroot\resonant\blog\data\Gateway\EntryGateway.cfc: line 30
Called from C:\Inetpub\wwwroot\resonant\blog\controller\BlogController.cfc: line 261
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue-Live\ModelGlue.cfc: line 482
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue-Live\ModelGlue.cfc: line 379
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue-Live\ModelGlue.cfc: line 336
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue-Live\ModelGlue.cfc: line 304
Called from C:\Inetpub\wwwroot\FRAMEWORKS\ModelGlue-Live\ModelGlue.cfm: line 64
Called from C:\Inetpub\wwwroot\resonant\blog\index.cfm: line 27
631 : <cfelse> 632 : <!---<cfreturn arguments.Convention.formatFieldName(arguments.node.fieldAlias, arguments.node.objectAlias) />---> 633 : <cfreturn arguments.Convention.formatFieldName(arguments.node.fieldName, arguments.node.objectAlias) /> 634 : </cfif> 635 : </cfif>
The only changes I have made to the blog are formating related and mapping related. Here is
the config I have for reactor:
<config>
<project value="PonderingsBlog" />
<dsn value="mydatasource" />
<type value="mysql" />
<mapping value="/mymapping" />
<mode value="development" />
<username value="x" />
<password value="y" />
</config>
<project value="PonderingsBlog" />
<dsn value="mydatasource" />
<type value="mysql" />
<mapping value="/mymapping" />
<mode value="development" />
<username value="x" />
<password value="y" />
</config>
I have
blown away the project and reinited (init=true) several times, but to no
avail.
Any
ideas?
Thanks,
-
Josh
------------------------------------------------
Joshua Scott
Resonant Media Technologies, LLC.
http://www.resonantmedia.com | http://ponderings.wordpress.com
"It is impossible to get out of a problem by using the same type of thinking that it took to get into the problem." -- Albert Einstein
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --

