Fatal error: Call to undefined method views_plugin_display_default::get_argument_input() in /home/jskulski/public_html/legalzoom/sites/all/modules/ctools/views_content/plugins/content_types/views_panes.inc on line 151

To reproduce:

  1. Create a view with a view content pane dispay
  2. Add pane to panel page
  3. Delete view display
  4. Reload panel page

What happens is when view->set_display is called on a non-display (or what is now a non-display) then it uses the default display which is not a View Content Pane and causes this error.

CommentFileSizeAuthor
#1 ctools-605990.patch723 bytesjonskulski
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jonskulski’s picture

Status: Active » Needs review
FileSize
723 bytes

This patch to check if the display handler is the correct type.

jonskulski’s picture

Status: Needs review » Fixed

This was committed by merlinofchaos for 1.2

http://drupal.org/node/611098

Status: Fixed » Closed (fixed)

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