Im getting this error using 6.15.

I cant use vbo and I really need to. Please help.

Fatal error: Call to undefined method view::set_use_pager() in /home/cyberfan/htdocs/modules/views_bulk_operations/views_bulk_operations_plugin_style.inc on line 271

Comments

infojunkie’s picture

Are you using Views 3.x? Please try the release at http://drupal.org/node/705744.

infojunkie’s picture

Version: 6.x-1.x-dev » 6.x-3.x-dev
Status: Active » Fixed
AntiNSA’s picture

Status: Fixed » Active

I have installed the recommended version... the error I get is pointing to views though. Originally when I posted the help request in the vbo issues list the problem was I could not see the pager list .... I mean beyond the standard...... I couldnt select all content beyond the first page.

I have installed the version recommended in the thread you linked to and I can see the pager and sellect all content now.

The problem has evolved to now getting the error when trying to delete all selected content....

Any Ideas? I am opening this because I am not sure where the error is originating ......

Thanks fir any help!

infojunkie’s picture

What's the error you get when you attempt to delete content?

AntiNSA’s picture

Fatal error: Call to a member function init_pager() on a non-object in /home/cyberfan/htdocs/modules/views/includes/view.inc on line 11

AntiNSA’s picture

Title: Fatal error: Call to undefined method view::set_use_pager() in /home/cyberfan/htdocs/modules/views_bulk_operations/views_bulk_op » error: Call to a member function init_pager() on a non-object in /home/cyberfan/htdocs/modules/views/includes/view.inc on line11
infojunkie’s picture

I was able to reproduce this bug. I'm working on it. Thanks for your report.

AntiNSA’s picture

Thanks! Sorry for the wrong error code in the title earlier..

infojunkie’s picture

Status: Active » Fixed

fixed in the latest 3.x-dev. Please try it (12 hours from now) and let me know how it works.

AntiNSA’s picture

Title: error: Call to a member function init_pager() on a non-object in /home/cyberfan/htdocs/modules/views/includes/view.inc on line11 » New error Fatal error: Call to a member function get_pager_id() on a non-object in ...../theme/theme.inc on line 127
Status: Fixed » Active

I am still getting this error : (

Fatal error: Call to a member function get_pager_id() on a non-object in /home/cyberfan/htdocs/modules/views/theme/theme.inc on line 127

Would really like to use this module...... I have 70k nodes to delete

infojunkie’s picture

Don't use AJAX for now. I'm working on this. Thanks for your patience.

AntiNSA’s picture

Any Progress?

infojunkie’s picture

Please apply this patch until it is hopefully included in Views 3.x. Does it solve your problem?

infojunkie’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.