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
 

 
 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Doug Hughes
Sent: Sunday, June 11, 2006 3:38 PM
To: [email protected]
Subject: RE: [Reactor for CF] ReactorBlog Question

Try deleting your project files and reiniting the app (init=true in the url).

 

Doug

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Scott
Sent: Friday, June 09, 2006 3:52 PM
To: [email protected]
Subject: [Reactor for CF] ReactorBlog Question

 

Doug,

 

I am setting up the reactor blog to use on my site. When I add or update entries and it gets to this line:

 

<cfloop list="#EntryRecord.getCategoryIterator().getValueList("categoryId")#" index="categoryId">

 

It throws this error:

Message Error Executing Database Query. Detail Column not found: Unknown column 'category.name' in 'order clause' Extended Info Tag Context C:\websites\resonantmed\core\Reactor\base\abstractGateway.cfc (527)
C:\websites\resonantmed\core\Reactor\iterator\iterator.cfc (425)
C:\websites\resonantmed\core\Reactor\iterator\iterator.cfc (477)
C:\websites\resonantmed\core\Reactor\iterator\iterator.cfc (89)
C:\websites\resonantmed\core\Reactor\iterator\iterator.cfc (63)
C:\websites\resonantmed\blog\controller\BlogController.cfc (315)
C:\websites\resonantmed\core\ModelGlue\ModelGlue.cfc (482)
C:\websites\resonantmed\core\ModelGlue\ModelGlue.cfc (379)
C:\websites\resonantmed\core\ModelGlue\ModelGlue.cfc (336)
C:\websites\resonantmed\core\ModelGlue\ModelGlue.cfc (296)
C:\websites\resonantmed\core\ModelGlue\ModelGlue.cfm (64)
C:\websites\resonantmed\blog\index.cfm (27)

 

The column does indeed exist. This is on a MySQL 5 db.

 

Any help would be great and thanks for the great blog.

 

- JS

 

 

 


------------------------------------------------
Joshua Scott
Resonant Media Technologies, LLC.


"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/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Reactor for ColdFusion Mailing List
[email protected]
Archives at: http://www.mail-archive.com/reactor%40doughughes.net/
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Doug,
 
When I made the change that Sean and Joe recommend to AbstractGateway.cfc, I get the following error (after deleting all project files and reinitializing MG)
 
Element NODE.FIELDNAME is undefined in ARGUMENTS.

 
The error occurred in C:\Inetpub\wwwroot\FRAMEWORKS\Reactor_v272x\base\abstractGateway.cfc: line 632
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
630 : 				<cfreturn arguments.node._expression_ />
631 : 			<cfelse>
632 : 				<cfreturn arguments.Convention.formatFieldName(arguments.node.fieldName, arguments.node.objectAlias) />
633 : 			</cfif>
634 : 		</cfif>

Reply via email to