Advance Search Error

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
bcc
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Thu Dec 27, 2007 11:39 pm

Advance Search Error

Post by bcc » Sun Aug 16, 2009 11:01 pm

When I typed two words (e.g. piano duo) in advanced search, I got the error:
Exception of type 'System.Web.HttpUnhandledException' was thrown.; Exception has been thrown by the target of an invocation.

When I typed two words with double quotes (e.g. "piano duo"), it is ok.
Is that the limitation of AC7 or is that something wrong in my store's configuration?

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Advance Search Error

Post by mazhar » Mon Aug 17, 2009 7:19 am

It should work. Is there any live link to check your advance search page? Have you any customization on advance search page? What is your application version?

bcc
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Thu Dec 27, 2007 11:39 pm

Re: Advance Search Error

Post by bcc » Mon Aug 17, 2009 11:01 pm

It is AC7.0.3
There are some cosmatic customization (added some search tips and made the check box initially checked.
Please try http://www.worldwidemusicservices.com/A ... earch.aspx
thanks!

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Advance Search Error

Post by mazhar » Tue Aug 18, 2009 6:53 am

You site seems to be pretty custom. I have tried a quite similar configuration on my local install of 7.0.3 and its working withou any problem. Better edit your web.config, turn custom error mode to off and turn debug mode to on. This will help you with a complete error information that would help to find buggy point. In order to turn off custom errors locate

Code: Select all

<customErrors mode="On" defaultRedirect="~/Errors/GeneralError.aspx">
and change it to

Code: Select all

<customErrors mode="Off" defaultRedirect="~/Errors/GeneralError.aspx">
for debug mod locate

Code: Select all

<compilation debug="true" explicit="false">
and change it

Code: Select all

<compilation debug="true" strict="false" explicit="false">

bcc
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Thu Dec 27, 2007 11:39 pm

Re: Advance Search Error

Post by bcc » Tue Aug 18, 2009 9:35 pm

The error occurred if you turned on full text search. I disable the feature, the search works fine except slow.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Advance Search Error

Post by AbleMods » Wed Aug 19, 2009 9:37 am

Does your web hoster have FTS enabled on their SQL server and your db? You'll also want to make sure you download the 7.0.3 patch for FTS if you haven't already.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

bcc
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 27
Joined: Thu Dec 27, 2007 11:39 pm

Re: Advance Search Error

Post by bcc » Thu Aug 20, 2009 6:13 pm

Do you know what the 7.0.3 patch for FTS about?
Thanks


Post Reply