Closed (fixed)
Project:
Customerror
Version:
6.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Aug 2011 at 22:01 UTC
Updated:
6 Oct 2011 at 05:47 UTC
Hi we're using your module and the faceted search module.
When on our 404 page, the faceted search stops working, works fine on all other pages.
You can view a 404 page for our site here: http://www.avenuecalgary.com/dog
It seems like your module is stopping faceted search from accessing the query properly.
I'm not sure if you've run into this issue before.
Any help would be much appreciated.
Thanks
Comments
Comment #1
anil614sagar commentedHi Stephen,
This is the issue with form POST's to the error page, bringing no results page. Please check the custom error module hook_form_alter implementation to resolve this issue.
You may need to do same hook_form_alter in a custom module for your faceted search form to set $form['#action'] variable.
Check latest 6.x-1.x dev code to find example hook_form_alter implementation. Thank you.
Cheers,
Anil Sagar