Steps to reproduce:
1. Enable the views_chuck module and enable its display extender in the Advanced settings page.
2. Disable the views_chuck module.

You will get WSOD errors from views_plugin_display::construct(). Once I prevented a disabled extender another WSOD was caused by views_plugin_display::destruct() when I tried to clear caches.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dave Reid’s picture

dawehner’s picture

Assigned: Unassigned » dawehner

Assign for myself.

dawehner’s picture

Status: Active » Needs review
FileSize
849 bytes

This patch checks whether the class exists, and else adds a message into the views debug.
Sadly this views debug stuff doesn't work at the moment for normal regions, but this is abstraction :)

dawehner’s picture

dawehner’s picture

FileSize
846 bytes

Don't use t() for the vpr call.

dawehner’s picture

Version: 7.x-3.x-dev » 6.x-3.x-dev
Status: Needs review » Patch (to be ported)

This patch seems to make sense, commited to 7.x-3.x. This probably needs a backport.

Chris Matthews’s picture

Issue summary: View changes
Status: Patch (to be ported) » Closed (outdated)

The Drupal 6 branch is no longer supported, please check with the D6LTS project if you need further support. For more information as to why this issue was closed: #3030347: Plan to clean process issue queue