CommentFileSizeAuthor
#1 view_fatal_error_view_destroy.patch591 bytesdevd
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

devd’s picture

I am getting the following error when disabling the module Administration views

Fatal error: view::destroy(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition "views_plugin_display_system" 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 /var/www/toto/trunk/sites/all/modules/contrib/views/includes/view.inc on line 1991

jennypanighetti’s picture

I am seeing the exact same error. The module is disabled, but that fatal error is displayed.

jennypanighetti’s picture

Status: Active » Needs review

The patch in #1 works for me. Thank you!

Status: Needs review » Needs work

The last submitted patch, 1: view_fatal_error_view_destroy.patch, failed testing.

themorebeautifulworld’s picture

The patch in #1 worked for me to resolve the problem clearing caches as described.

tlito’s picture

devendra.yadav , your patch works! i had a problem after disabing Administration Views too

jdrefahl’s picture

If you experienced this error after you installed or uninstalled the Administrator Views module. You might want to reference the fix that worked for me here.

czigor’s picture

Status: Needs work » Closed (duplicate)