The Fatal error appears when the modules is disabled without first disabling its settings in the views.

Fatal error: Call to a member function pre_execute() on null in ../sites/all/modules/views/plugins/views_plugin_display.inc on line 2689

Comments

Yuri created an issue. See original summary.

mradcliffe’s picture

Version: 7.x-1.x-dev » 7.x-2.x-dev
Component: Documentation » Code
Priority: Normal » Major
Issue summary: View changes

I was able to reproduce this issue. Yes, views need to be updated. Perhaps by going through hook_uninstall() and updating any view that uses this plugin? Although anything that uses features will try to revert back.

Maybe validate each view and disable it? Or invalidate the views cache on uninstall?

  • mradcliffe committed 3254d7f on 7.x-2.x
    Issue #2914651 by mradcliffe, mikeker, Yuri: Lists views configured to...
mradcliffe’s picture

Status: Active » Fixed

Followed the example used by @mikeker in #1182064: Fatal error after disabling Better Exposed Filters.

Status: Fixed » Closed (fixed)

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