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