I have qtip installed on my site, I'm using the formatter in many places, but I never ended up using the views plugin. So I tried to turn it off today and now I get this error when I visit certain parts of my site, I'm not sure what triggers the error, it appears in the admin theme too:

Fatal error: views_plugin_display::destroy(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "qtip_views_plugin_display_extender" of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /srv/www/testcharlie/sites/all/modules/views/plugins/views_plugin_display.inc on line 272

Comments

AgentJay created an issue. See original summary.

bocaj’s picture

Status: Active » Postponed (maintainer needs more info)

I cannot reproduce this issue. Were you able to figure anything out? Any other information that you could provide would be appreciated.

ponies’s picture

This is likely related to this Views Field Tooltip issue, https://www.drupal.org/node/2489280.

Fatal error: views_plugin_display::destroy() [<a href='views-plugin-display.destroy'>views-plugin-display.destroy</a>]: The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition &quot;views_field_tooltip_plugin_display_extender&quot; of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in sites/all/modules/views/plugins/views_plugin_display.inc on line 272

animare commented about a year ago

I had to truncate cache_views table in mysql

TRUNCATE TABLE cache_views;

bocaj’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)