2 replies [Last post]
leenwebb's picture
Offline
Joined: 06/01/2008
Juice: 248
Was this information Helpful?

So way back in the day, when I didn't know any better, I set up a whole store that doesn't use any categories. There's only one kind of product, so I didn't really see the point.

Fast forward to today and I've installed the uc_coupon module and the "Product Restriction" part of the coupon uses uBrowser to pick the product for the coupon. But since there are no categories, there's no way to get to the products. I thought I could get around it by searching, but when I try a search I get this error:

Fatal error: Call to undefined function search_parse_query() in (my_site)/ubrowser/ubrowser.module on line 1003

Any ideas?

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: uBrowser -- error when I want to select a product not in a c

Looks like there might be an unexpressed dependency on the core Search module in uBrowser.

leenwebb's picture
Offline
Joined: 06/01/2008
Juice: 248
Re: Re: uBrowser -- error when I want to select a product not in

Ah, that's it! Thanks Ryan. I had to re-index the site (since with search turned off, it was at 0%) but now it works perfectly.