<?xml version="1.0" ?>
<rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
	<channel>
		<title></title> 
		<link>http://www.nugeninc.com</link> 
		<description></description> 
		<webMaster>info@nugennewsletter.com</webMaster>
		<generator>http://sava-cms.com</generator>
		<pubDate>Wed, 08 Sep 2010 02:44:01 GMT</pubDate> 
		<language>en-us</language>
<!-- Railo [2.0.1.001] Error -->
<script>
function oc(id) {
	var code=document.getElementById('__cp'+id);
	var button=document.images['__btn'+id];
	if(code.style) {
		if(code.style.position=='absolute') {
			code.style.position='relative';
			code.style.visibility='visible';
			button.src=button.src.replace('plus','minus');
		}
		else {
			code.style.position='absolute';
			code.style.visibility='hidden';
			button.src=button.src.replace('minus','plus');
		}
	}
}
</script>
<table border="0" cellpadding="4" cellspacing="2" style="font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;font-size : 11px;background-color:red;border : 1px solid black;;">
<tr>
	<td colspan="2" style="border : 1px solid #350606;background-color :#FFB200;font-weight:bold;">Railo 2.0.1.001 Error (Database)</td>
</tr>
<tr>
	<td style="border : 1px solid #350606;background-color :#FFB200;font-weight:bold;">Message</td>
	<td style="border : 1px solid #350606;background-color :#FFCC00;">column [body] not found in query, columns are [siteid,menutitle,type,subType,filename,contentID,contentHistID,target,targetParams,releaseDate,lastupdate,summary,fileSize,fileExt,fileid,tags,credits,audience,rating,totalVotes,downVotes,upVotes,comments,kids]</td>
</tr>






<tr>
	<td style="border : 1px solid #350606;background-color :#FFB200;font-weight:bold;">SQL</td>
	<td style="border : 1px solid #350606;background-color :#FFCC00;">
	select  
	tcontent.siteid, tcontent.menutitle,tcontent.type,tcontent.subType, tcontent.filename, 
	tcontent.contentID, tcontent.contentHistID,tcontent.target, tcontent.targetParams,
	tcontent.releaseDate, tcontent.lastupdate,tcontent.summary, 
	tfiles.fileSize,tfiles.fileExt,tcontent.fileid,
	tcontent.tags,tcontent.credits,tcontent.audience,
	tcontentstats.rating,tcontentstats.totalVotes,tcontentstats.downVotes,tcontentstats.upVotes,
	tcontentstats.comments, 0 as kids
	
	from tcontent
	left Join tfiles on (tcontent.fileid=tfiles.fileid)
	left Join tcontentstats on (tcontent.contentid=tcontentstats.contentid
					    and tcontent.siteid=tcontentstats.siteid) 
	
	
				


					
	
	where tcontent.active=1
	AND tcontent.isNav = 1
	AND tcontent.Approved = 1
	AND tcontent.moduleid = '00000000000000000000000000000000000'
	AND tcontent.siteid = 'nugen'
	
		
	
	
					
	
	
	
		    
	AND 
	(
		
		tcontent.Display = 1
	OR
		(		
			tcontent.DisplayStart <= {ts '2010-09-07 21:44:01'} 
			AND (tcontent.DisplayStop >= {ts '2010-09-07 21:44:01'} or tcontent.DisplayStop is null)			 
			AND tcontent.Display = 2
		)		
	
	
	) 
	
									
	order by 
	
	
	tcontent.lastUpdate desc
	
	limit 20 
	</td>
</tr>




	
	
	<tr>
		<td style="border : 1px solid #350606;background-color :#FFB200;font-weight:bold;">Stacktrace</td>
		<td style="border : 1px solid #350606;background-color :#FFCC00;">
		The Error Occurred in<br />
		
			
		
		<img src="/railo-context/admin/resources/img/debug_minus.gif.cfm" 
			style="margin-top:2px;" 
			onclick="oc('1');" 
			name="__btn1"/>
		
		
			<b> /opt/railo/webapps/ROOT/tasks/feed/rss2.cfm: line 21</b><br />
		
		<blockquote style="font-size : 10;" id="__cp1">
		19: 	&lt;cfset itemdescription = renderer.addCompletePath(rs.summary,feedBean.getSiteID())&gt;<br>
20: 	&lt;cfif rs.type neq 'File' and rs.type neq 'Link'&gt;<br>
<b>21: 		&lt;cfset itemBody = renderer.addCompletePath(rs.body,feedBean.getSiteID())&gt;</b><br>
22: 	&lt;/cfif&gt;<br>
23: &lt;/cfif&gt;<br>
<br />
		</blockquote>
		
			
		
		<img src="/railo-context/admin/resources/img/debug_plus.gif.cfm" 
			style="margin-top:2px;" 
			onclick="oc('2');" 
			name="__btn2"/>
		
		
			<b>called from</b>/opt/railo/webapps/ROOT/tasks/feed/index.cfm: line 43<br />
		
		<blockquote style="font-size : 10;position:absolute;visibility:hidden;" id="__cp2">
		41: 		&lt;/cfcase&gt;<br>
42: 		&lt;cfcase value=&quot;RSS 2.0&quot;&gt;<br>
<b>43: 			&lt;cfinclude template=&quot;rss2.cfm&quot;&gt;</b><br>
44: 		&lt;/cfcase&gt;<br>
45: 	&lt;/cfswitch&gt;<br>
<br />
		</blockquote>
		
		</td>
	</tr>
	

<tr>
	<td style="border : 1px solid #350606;background-color :#FFB200;font-weight:bold;" nowrap="nowrap">Java Stacktrace</td>
	<td style="border : 1px solid #350606;background-color :#FFCC00;"><pre>column [body] not found in query, columns are [siteid,menutitle,type,subType,filename,contentID,contentHistID,target,targetParams,releaseDate,lastupdate,summary,fileSize,fileExt,fileid,tags,credits,audience,rating,totalVotes,downVotes,upVotes,comments,kids]
	at railo.runtime.type.QueryImpl.getAt(Unknown Source):-1
	at railo.runtime.type.QueryImpl.get(Unknown Source):-1
	at railo.runtime.util.VariableUtilImpl.get(Unknown Source):-1
	at railo.runtime.PageContextImpl.get(Unknown Source):-1
	at tasks.feed.rss2$cfm.call(/opt/railo/webapps/ROOT/tasks/feed/rss2.cfm:21):21
	at railo.runtime.PageContextImpl.include(Unknown Source):-1
	at railo.runtime.PageContextImpl.include(Unknown Source):-1
	at tasks.feed.index$cfm.call(/opt/railo/webapps/ROOT/tasks/feed/index.cfm:43):43
	at railo.runtime.PageContextImpl.include(Unknown Source):-1
	at railo.runtime.listener.ModernAppListener._onRequest(Unknown Source):-1
	at railo.runtime.listener.MixedAppListener.onRequest(Unknown Source):-1
	at railo.runtime.PageContextImpl.execute(Unknown Source):-1
	at railo.runtime.engine.CFMLEngineImpl.serviceCFML(Unknown Source):-1
	at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:91):91
	at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103):103
	at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:175):175
	at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:240):240
	at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:263):263
	at com.caucho.server.port.TcpConnection.run(TcpConnection.java:481):481
	at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:685):685
	at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:607):607
	at java.lang.Thread.run(Unknown Source):-1
</pre></td>
</tr>
</table><br />
