the page in question here
http://validator.w3.org/
It will give you the error codes and sometimes it will give you a suggestion on how to correct these problems.
Rick
There was a problem executing the CFSearch tag with the following collections.
Collection (status code): com_constitutionproject (-1705)
The error occurred in D:\constitutionproject.org\httpdocs\collection_search_action.cfm: line 2
1 : <cfsilent>
2 : <cfsearch criteria="#form.criteria#" collection="com_constitutionproject" name="codecoll_results">
3 : </cfsilent>
4 : <cfsilent>
~~~~~~~~
After modifying the code for our website search, i got this error. I reposted the old code, but still got the error. I contacted our hosting company and had them restart the cold fusion server, and still get the error. Any ideas as to how to fix? the following is the code for the page. It should work! Also, the site is running, Windows 2003 Small Bus w/Cold Fusion..
<cfsilent>
<cfsearch criteria="#form.criteria#" collection="com_constitutionproject" name="codecoll_results">
</cfsilent>
<cfsilent>
<cfparam name="session.admin_loggedin" default="false">
<cfparam name="categoryID" default="">
</cfsilent>
<cfoutput> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Constitution Project</title>
<meta name="description" content="The Constitution Project is a bipartisan nonprofit organization that seeks consensus on controversial legal and constitutional issues through scholarship and activism. Our initiatives are war powers, courts, death penalty, liberty and security, constitutional amendments, and sentencing.">
<meta name="keywords" content="Constitution Project, The Constitution Project, Georgetown University, bipartisan, nonprofit, scholarship, activism, initiatives, war powers, courts, death penalty, liberty and security, constitutional amendments, and sentencing">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="/sitesheets.css" rel="stylesheet" type="text/css">
<script language="JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a)&&x.oSrc;i++) x.src=x.oSrc;
}
//-->
</script>
<script language="JavaScript" src="/mm_menu.js"></script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<cfinclude template="/ssi/homeheader.cfm">
<td width="100%" class="intcontent">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td class="contentCell" width="100%">
<!--- content--->
<p class="pageheader">Search Results</p>
Your search returned #codecoll_results.RecordCount# file(s) for #form.criteria#.
<!--- results --->
<cfloop query="codecoll_results">
<p>
<cfif title eq "article">
<a href="#URL#/article.cfm?messageID=#key#">#custom1#</a><br>
Score: #score#<br>
Summary: #replace("#Summary#","#chr(10)#","<BR>","ALL")#</p>
<cfelse >
File: <a href="#URL#">#URL#</a><br>
Score: #Score#<br>
Summary: #replace("#Summary#","#chr(10)#","<BR>","ALL")#</p>
</cfif>
</cfloop>
</td>
</tr>
</table>
</td><td bgcolor="##C0B6A0" width="1"><img src="/images/spacer.gif" width="1" height="8"></td></tr></table></td>
</tr>
</table></td>
</tr>
<cfinclude template="/footer_noline.cfm">
</body>
</html></cfoutput>

Chowhound
Comic Vine
GameFAQs
GameSpot
Giant Bomb
TechRepublic