This error caused module error, admin interface break-up, features etc.

https://www.drupal.org/node/1716470

At this thread propose to check if module views_ui is turned on. Of course it's on!

Another solutions is to comment out lines where file attached. But it's bad idea.

'form_wizard_class' => array(
  'file' => 'views_ui_base_views_wizard.class.php',
  'class' => 'ViewsUiBaseViewsWizard',
),

File 'views_ui_base_views_wizard.class.php' located in views_ui module's folder. Ctools can't find right path. Let's help him!

'path' => drupal_get_path('module', 'views') . '/plugins/views_wizard',

https://www.drupal.org/node/1824914

All thanks to B-prod for patch.
https://www.drupal.org/files/domain_views-fix-views_form_wizard-plugin-path-1824914-1.patch

Add new comment

The content of this field is kept private and will not be shown publicly.
  • No HTML tags allowed.
CAPTCHA
   .oooooo.     .ooooo.          .o8                                   .o88o. 
d8P' `Y8b d88' `8. "888 888 `"
888 Y88.. .8' .oooo888 ooo. .oo. oooo oooo ooo o888oo
888 `88888b. d88' `888 `888P"Y88b `88. `88. .8' 888
888 .8' ``88b 888 888 888 888 `88..]88..8' 888
`88b ooo `8. .88P 888 888 888 888 `888'`888' 888
`Y8bood8P' `boood8' `Y8bod88P" o888o o888o `8' `8' o888o


Enter the code depicted in ASCII art style.
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.