5 replies [Last post]
sajt's picture
Offline
Joined: 02/17/2008
Juice: 47
Was this information Helpful?

I am using the Bazaar version of ubercart, but the views part is not working for me. I get some Broken/missing handler in the field and in the filter part. (See the attached png.)

The links are the follows:
1: enus/admin/build/views/nojs/config-item/products/default/field/sell_price
2: enus/admin/build/views/nojs/config-item/products/default/field/buyitnowbutton
3: enus/admin/build/views/nojs/config-item/products/default/filter/is_product

PreviewAttachmentSize
ubercart_product_problem.pngubercart_product_problem.png73.5 KB
Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Broken/missing handler in product view

The Drupal 6 work and Views 2 integration in particular are highly experimental and still in development. We're not actually supporting it right now, but if you're a coder we'd be happy for you to contribute to the development w/ patches or ideas at http://drupal.org/project/issues/ubercart or http://support.ubercart.org.

sajt's picture
Offline
Joined: 02/17/2008
Juice: 47
Re: Re: Broken/missing handler in product view

The ubercart module is too difficult for me to develop, but maybe I can help with some bug reports. (For example in schemas with postgresql but maybe this is a drupal bug.)
I solved this problem with the Catalog.

Thanks for the help and for the Ubercart Eye-wink

gregl's picture
Offline
Joined: 09/10/2008
Juice: 8
Re: Broken/missing handler in product view

I think this has something to do with the latest release of Views (rc3) as Organic Groups had similar problems wherein all handlers must be moved to separate files and registered with a views_handlers() hook - I dont' know much more and didn't have any luck playing with uc_product.views.inc to try to get my view filter and arguments to work again.

sajt's picture
Offline
Joined: 02/17/2008
Juice: 47
gregl wrote:I think this has
gregl wrote:

I think this has something to do with the latest release of Views (rc3) as Organic Groups had similar problems wherein all handlers must be moved to separate files and registered with a views_handlers() hook - I dont' know much more and didn't have any luck playing with uc_product.views.inc to try to get my view filter and arguments to work again.

Ok. I take a chance for it...

mrfelton's picture
Offline
Joined: 10/03/2008
Juice: 31
Re: gregl wrote:I think this has

Tom Kirkpatrick - kirkdesigns.co.uk