I am currently getting some errors/alerts after I activated the admin-views: not sure if this is a views issue or one of an additional module.
e.g.
Fatal error: Call to undefined function _views_prepare_handler() in .../sites/default/modules/views-modules/views/views.module on line 1146

Notice: Undefined offset: 1 in node_reference_view_formatter_field_formatter_view() (line 76 of /Applications/MAMP/htdocs/thezooproject/sites/default/modules/content-display-modules/node_reference_view_formatter/node_reference_view_formatter.module).

Warning: Invalid argument supplied for foreach() in formatter_reference_form_field_ui_display_overview_form_alter() (line 313 of /Applications/MAMP/htdocs/thezooproject/sites/default/modules/theming-modules/formatter_reference/formatter_reference.module).

Drupal is version 7.12 and all other modules are also latest dev or release versions.
I am currently using these views-modules:

DraggableViews 7.x-2.x-dev (2012-Feb-11)
Semantic Views 7.x-1.x-dev (2011-Feb-25)
Views 7.x-3.1
Views Bulk Operations (VBO) 7.x-3.0-rc1 // Disabled: Actions permissions
Views Nivo Slider 7.x-2.x-dev (2011-Nov-12)
Views PHP 7.x-1.x-dev (2011-Apr-16)
Views Slideshow 7.x-3.0
Views Slideshow Slider 7.x-3.0
Views Slideshow: Dynamic Display Block 7.x-2.x-dev (2011-Jul-18)

Comments

dawehner’s picture

Status: Active » Closed (duplicate)

Please look for similar issues in the issue queue. The solution is probably to either not use admin_views at the moment or use 7.x-3.x-dev.

drupa11y’s picture

Thanks for the response.

clearwaternazarene’s picture

How do you revert to the dev version without losing all your views. I am new to Drupal but it seems you have to fully uninstall the module before you can go to the dev version?
I currently have 7.x-3.1 of views, tried to install the latest dev for views (http://ftp.drupal.org/files/projects/views-7.x-3.x-dev.tar.gz) it says it is views is already installed. I am new to Drupal so not sure how to force it to install this version over the current?
Thanks

shannoninman’s picture

Fatal error: Call to undefined function _views_prepare_handler() in /home/nashvil3/public_html/sites/all/modules/views/views.module on line 1146

I'm getting the same error: I was setting up display suite mode for nodes - I clicked edit and the error displayed. Any ideas on what I need to do?

mudsurfer’s picture

Same error Call to undefined function _views_prepare_handler()...line 1146 when I installed calender 7.x-3.0-rc1, in views 7.x-3.1

wim leers’s picture

Upgrading to version 3.3 fixes this problem, FWIW.