Search Problem - Error |
Post Reply |
Author | ||||||||||||||
knifepro
Newbie Joined: 18-February-2008 Location: United States Status: Offline Points: 9 |
Post Options
Thanks(0)
Posted: 21-February-2011 at 8:23pm |
|||||||||||||
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?
Another thing is the HTTP Header listed in the error. It is showing the temp address before I transferred the url. Error URL /braided-rugs/pc/viewPrd.asp Error:
|
||||||||||||||
Brian
brian@theknifeprofessional.com brian@heartlandbraidedrugs.com www.theknifeprofessional.com www.heartlandbraidedrugs.com ProductCart v4.7 QuickBooks Sync Mobile |
||||||||||||||
ProductCart
Admin Group ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
|||||||||||||
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.
For more information, please see the documentation There was also a modification to the use of one of the variables in the array in v4.1. See the v4.1 Update documentation on this topic. |
||||||||||||||
knifepro
Newbie Joined: 18-February-2008 Location: United States Status: Offline Points: 9 |
Post Options
Thanks(0)
|
|||||||||||||
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?
|
||||||||||||||
Brian
brian@theknifeprofessional.com brian@heartlandbraidedrugs.com www.theknifeprofessional.com www.heartlandbraidedrugs.com ProductCart v4.7 QuickBooks Sync Mobile |
||||||||||||||
ProductCart
Admin Group ProductCart Team Joined: 01-October-2003 Status: Offline Points: 135 |
Post Options
Thanks(0)
|
|||||||||||||
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.
|
||||||||||||||
knifepro
Newbie Joined: 18-February-2008 Location: United States Status: Offline Points: 9 |
Post Options
Thanks(0)
|
|||||||||||||
This is the information I received from NetProfits the company that did the customization:
It has nothing to do with the customization but that the query prior to the one I sent you that has caused the problem – the query returned an error of “Query timeout expired.” Result of the execution of that query wasn’t being checked by the program, so the following query in the program (the one I sent you) inherited the error and caused the error checking to fail following the execution and thus, ended the program. The advised I need to ask about tmpNewQuery3
in showSearchResults.asp returned err.number=-2147217871;
err.description='Query timeout expired'). |
||||||||||||||
Brian
brian@theknifeprofessional.com brian@heartlandbraidedrugs.com www.theknifeprofessional.com www.heartlandbraidedrugs.com ProductCart v4.7 QuickBooks Sync Mobile |
||||||||||||||
Greg Dinger
Certified ProductCart Developers Joined: 23-September-2006 Location: United States Status: Offline Points: 238 |
Post Options
Thanks(0)
|
|||||||||||||
any chance you are hosted at CrystalTech? 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. That does not, however, expxlain the type mismatch messages.
|
||||||||||||||
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |