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:
- Create a view with a view content pane dispay
- Add pane to panel page
- Delete view display
- 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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | ctools-605990.patch | 723 bytes | jonskulski |
Comments
Comment #1
jonskulski commentedThis patch to check if the display handler is the correct type.
Comment #2
jonskulski commentedThis was committed by merlinofchaos for 1.2
http://drupal.org/node/611098