When I upgraded Views Field View from rc2 to rc3, the following problem appeared when I try to add or edit the (Views) field:

Notice: Undefined index: query class in options_form() (line 126 of C:\data\www\knihovna\sites\all\modules\views_field_view\views_field_view_handler_field_view.inc)

It's still present in the last version, only line nuber changes. I am using latest Drupal 7 and Views 3.3. What can I do to prevent this problem?

Comments

milos.kroulik’s picture

Status: Active » Closed (works as designed)

I tried it again on the blank site and it's working as expected. Don't know, what's the problem with the other site. Any help will be appreciated.

milos.kroulik’s picture

Well, after further research it turned out, that the problem lies with incompatibility between Views Field View (>RC2) and Devel 1.3. Upgrade to the current (2012-Oct-06) dev version of Devel solved the problem.

P.S. In Views Field View 1.0, the error was:

Notice: Undefined index: query class in options_form() (line 175 of C:\data\www\knihovna\sites\all\modules\views_field_view\views_field_view_handler_field_view.inc)