<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Search Problem - Error</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Search Problem - Error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 19:10:08 +0000</pubDate>
  <lastBuildDate>Wed, 23 Feb 2011 23:06:49 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=4325</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Search Problem - Error : any chance you are hosted at CrystalTech?...]]></title>
   <link>https://forum.productcart.com/search-problem-error_topic4325_post16889.html#16889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=290">Greg Dinger</a><br /><strong>Subject:</strong> 4325<br /><strong>Posted:</strong> 23-February-2011 at 11:06pm<br /><br />any chance you are hosted at CrystalTech?&nbsp; They are having another really rough week and at least in the case of the query timeouts, that's reflective of what I have seen over there this week.&nbsp; That does not, however, expxlain the type mismatch messages.]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 23:06:49 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/search-problem-error_topic4325_post16889.html#16889</guid>
  </item> 
  <item>
   <title><![CDATA[Search Problem - Error : This is the information I received...]]></title>
   <link>https://forum.productcart.com/search-problem-error_topic4325_post16888.html#16888</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=932">knifepro</a><br /><strong>Subject:</strong> 4325<br /><strong>Posted:</strong> 23-February-2011 at 10:12pm<br /><br />This is the information I received from NetProfits the company that did the customization:<font size="2" color="navy" face="Calibri"><span style="font-size: 11pt; font-family: Calibri; color: navy;"><br>  <br></span></font><blockquote><font size="2" color="navy" face="Calibri"><span style="font-size: 11pt; font-family: Calibri; color: navy;">It has nothing to do with thecustomization but that the query prior to the one I sent you that has causedthe problem – the query returned an error of “Query timeout expired.”&nbsp;Result of the execution of that query wasn’t being checked by theprogram, so the following query in the program (the one I sent you) inheritedthe error and caused the error checking to fail following the execution andthus, ended the program. &nbsp;</span></font><font size="2" color="#010001" face="C&#111;nsolas"><span style="font-size: 10pt; font-family: C&#111;nsolas; color: rgb1, 0, 1;"></span></font><p ="Ms&#111;normal"><font size="2" color="navy" face="Calibri"><span style="font-size: 11pt; font-family: Calibri; color: navy;">&nbsp;</span></font></p><p ="Ms&#111;normal" style="text-align: center; : n&#111;ne repeat scroll 0% 0% white;" align="center"><font size="1" color="black" face="Georgia"><span style="font-size: 9pt; font-family: Georgia; color: black;">SELECT TOP 150 A.idProduct, A.sku, A.description, A.price,A.listHidden, A.listPrice, A.serviceSpec, A.bToBPrice, A.smallImageUrl,A.noprices, A.stock, A.noStock, A.pcprod_HideBTOPrice, A.pcProd_BackOrder,A.FormQuantity, A.pcProd_BackOrder, A.pcProd_BTODefaultPrice, cast(A.sDesc asvarchar(8000)) sDesc FROM products A WHERE (A.active=-1 AND A.removed=0 ANDA.configOnly=0 AND A.idProduct IN (SELECT B.idProduct FROM categories_productsB INNER JOIN categories C ON C.idCategory=B.idCategory WHERE C.iBTOhide=0 ANDC.pccats_RetailHide=0) AND (A.idProduct IN (SELECT D.pcProd_ParentPrd FROMproducts D WHERE D.active=0 AND D.pcProd_SPInActive=0 ANDD.pcProd_ParentPrd&gt;0 AND D.removed=0 AND ((D.serviceSpec&lt;&gt;0 ANDD.pcProd_BTODefaultPrice&gt;=0 AND D.pcProd_BTODefaultPrice&lt;=20) OR(D.serviceSpec=0 AND D.configOnly=0 AND D.price&gt;=0 AND D.price&lt;=20)) )))</span></font></p><p ="Ms&#111;normal" style="text-align: center; : n&#111;ne repeat scroll 0% 0% white;" align="center"><font size="1" color="black" face="Georgia"><span style="font-size: 9pt; font-family: Georgia; color: black;"><br></span></font><font size="1" color="red" face="Georgia"><span style="font-size: 9pt; font-family: Georgia; color: red;">err.number=-2147217871; err.description='Querytimeout expired'</span></font></p><p ="Ms&#111;normal" style="text-align: center; : n&#111;ne repeat scroll 0% 0% white;" align="center"><font size="1" color="black" face="Georgia"><span style="font-size: 9pt; font-family: Georgia; color: black;"><br>SELECT TOP 150 A.idProduct, A.sku, A.description, A.price, A.listHidden,A.listPrice, A.serviceSpec, A.bToBPrice, A.smallImageUrl, A.noprices, A.stock,A.noStock, A.pcprod_HideBTOPrice, A.pcProd_BackOrder, A.FormQuantity,A.pcProd_BackOrder, A.pcProd_BTODefaultPrice, cast(A.sDesc as varchar(8000))sDesc FROM products A WHERE (A.active=-1 AND A.removed=0 AND A.idProduct IN(SELECT B.idProduct FROM categories_products B INNER JOIN categories C ONC.idCategory=B.idCategory WHERE C.iBTOhide=0 AND C.pccats_RetailHide=0) AND((A.serviceSpec&lt;&gt;0 AND A.pcProd_BTODefaultPrice&gt;=0 ANDA.pcProd_BTODefaultPrice&lt;=20) OR (A.serviceSpec=0 AND A.configOnly=0 ANDA.price&gt;=0 AND A.price&lt;=20)) ) ORDER BY A.sku ASC, A.idproduct DESC</span></font></p><p ="Ms&#111;normal" style="text-align: center; : n&#111;ne repeat scroll 0% 0% white;" align="center"><font size="1" color="black" face="Georgia"><span style="font-size: 9pt; font-family: Georgia; color: black;"><br></span></font><font size="1" color="red" face="Georgia"><span style="font-size: 9pt; font-family: Georgia; color: red;">err.number 13; err.description='Type mismatch'</span></font></p></blockquote><p ="Ms&#111;normal"><font size="2" color="navy" face="Calibri"><span style="font-size: 11pt; font-family: Calibri; color: navy;">&nbsp;</span></font><font size="2" color="navy" face="Calibri"><span style="font-size: 11pt; font-family: Calibri; color: navy;"><font color="#000000">The advised I need to ask about&nbsp;</font><font size="5"><b> </b></font></span></font><font size="5"><b><font color="#010001" face="C&#111;nsolas"><span style="font-size: 10pt; font-family: C&#111;nsolas; color: rgb1, 0, 1;">tmpNewQuery3in showSearchResults.asp returned </span></font><font color="red" face="Georgia"><span style="font-size: 9pt; font-family: Georgia; color: red;">err.number=-2147217871;err.description='Query timeout expired'</span></font><font color="navy" face="Calibri"><span style="font-size: 11pt; font-family: Calibri; color: navy;">). </span></font></b></font><br></p>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 22:12:25 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/search-problem-error_topic4325_post16888.html#16888</guid>
  </item> 
  <item>
   <title><![CDATA[Search Problem - Error : If your customization included...]]></title>
   <link>https://forum.productcart.com/search-problem-error_topic4325_post16857.html#16857</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 4325<br /><strong>Posted:</strong> 22-February-2011 at 1:05am<br /><br />If your customization included the start of a ProductCart session, and the session is started with the wrong cart array, that would trigger the issue mentioned above. Otherwise we are not sure what could be causing the problem.]]>
   </description>
   <pubDate>Tue, 22 Feb 2011 01:05:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/search-problem-error_topic4325_post16857.html#16857</guid>
  </item> 
  <item>
   <title><![CDATA[Search Problem - Error : I installed the cart from version...]]></title>
   <link>https://forum.productcart.com/search-problem-error_topic4325_post16856.html#16856</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=932">knifepro</a><br /><strong>Subject:</strong> 4325<br /><strong>Posted:</strong> 21-February-2011 at 9:06pm<br /><br />I installed the cart from version ProductCart_v4.1_SP1_081210. I did have some customizations done but not to the search. Could this be the problem?]]>
   </description>
   <pubDate>Mon, 21 Feb 2011 21:06:43 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/search-problem-error_topic4325_post16856.html#16856</guid>
  </item> 
  <item>
   <title><![CDATA[Search Problem - Error : The cart array changed between...]]></title>
   <link>https://forum.productcart.com/search-problem-error_topic4325_post16855.html#16855</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 4325<br /><strong>Posted:</strong> 21-February-2011 at 8:40pm<br /><br />The cart array changed between v3 and v4. There was an increase in the size of the array. "Subscript out of range" is the kind of message that you would receive when there is a mismatch in the size of the array, which would be caused by legacy code from v3. In other words: make sure that you are not establishing a ProductCart session using the old, v3 array.<br /><br />For more information, please <a href="http://wiki.earlyimpact.com/developers/cartc&#111;ntent" target="_blank">see the documentation</a><br /><br />There was also a modification to the use of one of the variables in the array in v4.1. <a href="http://wiki.earlyimpact.com/updates/v4.1#developer_notes" target="_blank">See the v4.1 Update documentation on this topic.</a>]]>
   </description>
   <pubDate>Mon, 21 Feb 2011 20:40:41 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/search-problem-error_topic4325_post16855.html#16855</guid>
  </item> 
  <item>
   <title><![CDATA[Search Problem - Error : I have started a new ProductCart...]]></title>
   <link>https://forum.productcart.com/search-problem-error_topic4325_post16854.html#16854</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=932">knifepro</a><br /><strong>Subject:</strong> 4325<br /><strong>Posted:</strong> 21-February-2011 at 8:23pm<br /><br />I have started a new ProductCart Store and I am having a problem with the small search box not returning results. I am getting an error in the admin section. I haven't changed the code and I have the results set in the admin section to only return 150. Could it be a timing issue with the server?<br><br>Another thing is the HTTP Header listed in the error. It is showing the temp address before I transferred the url.<br><br>Error URL<br><br>/braided-rugs/pc/viewPrd.asp<br><br>Error:<br><br><table ="pcCP"><t><tr><td>Customer Reference Number: 460578056-31153			</td>		</tr>		<tr> 			<td>				Date/Time: 4/2/2011			</td>		</tr>		<tr>			<td>				Session ID: 460578056			</td>		</tr>		<tr>			<td>				Error Number: 9			</td>		</tr>		<tr>			<td>				Source: Microsoft VBScript runtime error			</td>		</tr>		<tr>			<td>				Description: Subscript out of range<p>query=SELECT discountPerUnit,discountPerWUnit,percentage,baseproductonly FROM discountsPerQuantity WHERE idProduct=23871 AND quantityFrom&lt;=1 AND quantityUntil&gt;=1</p>			</td>		</tr>		<tr>			<td>				Request Method: GET			</td>		</tr>		<tr>			<td>				Server Port: 80			</td>		</tr>		<tr>			<td>				HTTPS: off			</td>		</tr>		<tr>			<td>				Local Address: 70.38.11.185			</td>		</tr>		<tr>			<td>				Host Address: 173.3.46.182			</td>		</tr>		<tr>			<td>				User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; InfoPath.1; .NET CLR 3.5.21022; AskTbGOM2/5.7.0.231)			</td>		</tr>		<tr>			<td>				URL: /braided-rugs/pc/viewPrd.asp			</td>		</tr>		<tr>			<td>				HTTP Headers: heartlandbraidedrugs.com.temp-address.com, en-us,zh-TW;q=0.7,zh-CN;q=0.3			</td></tr></t></table><br>]]>
   </description>
   <pubDate>Mon, 21 Feb 2011 20:23:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/search-problem-error_topic4325_post16854.html#16854</guid>
  </item> 
 </channel>
</rss>