Advance Search Error
Advance Search Error
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?
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?
Re: Advance Search Error
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?
Re: Advance Search Error
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!
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!
Re: Advance Search Error
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
and change it to
for debug mod locate
and change it
Code: Select all
<customErrors mode="On" defaultRedirect="~/Errors/GeneralError.aspx">
Code: Select all
<customErrors mode="Off" defaultRedirect="~/Errors/GeneralError.aspx">
Code: Select all
<compilation debug="true" explicit="false">
Code: Select all
<compilation debug="true" strict="false" explicit="false">
Re: Advance Search Error
The error occurred if you turned on full text search. I disable the feature, the search works fine except slow.
Re: Advance Search Error
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
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
Re: Advance Search Error
Do you know what the 7.0.3 patch for FTS about?
Thanks
Thanks
Re: Advance Search Error
See BUG# 8126 from here
http://help.ablecommerce.com/upgrades/a ... _7.0.3.htm
http://help.ablecommerce.com/upgrades/a ... _7.0.3.htm