Ok this is another weird one. I've had simplesearch working for a while now, on a site that I've been devving for freaking ever. All recent changes to the site have been in templates and styles, nothing hard core. Been using the same CSS framework from the very beginning, shouldn't be any changes there.
Problem: Type in search box, hit enter, nothing happens. It used to do the search upon hitting enter, looks like the jQuery in the default template detects that enter-key hit.
Try: OK so I type in the search box, hit the submit button and I get my error page.
Try: Directly in the browser url I type http://site.com/search/query:<query string> and I DO get my results.
How do I diagnose this? I know jQuery is running, my CSS framework (UI-Kit) depends on it. The development copy of the site is available if it helps you to verify http://hrtc.ritchiedalto.com/
Any help is appreciated! :/