Fatal error: Call to a member function get_access_callback() on a non-object in ...sites/all/modules/views/plugins/views_plugin_display_page.inc on line 78
I received this message after disabling module in an attempt to upgrade to 6.3.2-beta7
Fatal error: Call to a member function get_access_callback() on a non-object in ...sites/all/modules/views/plugins/views_plugin_display_page.inc on line 78
I received this message after disabling module in an attempt to upgrade to 6.3.2-beta7
Comments
Comment #1
sevi commentedI don't believe that DraggableViews can cause such an error. I don't touch any access plugin.
But: After the cache gets cleared DraggableViews runs through all existing views and initializes them. Maybe this is the time where some erroneous views are brought to light.
Comment #2
sevi commentedClosed because of missing activity.