Closed (works as designed)
Project:
Views Field View
Version:
7.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Oct 2012 at 07:55 UTC
Updated:
8 Oct 2012 at 15:32 UTC
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
Comment #1
milos.kroulik commentedI 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.
Comment #2
milos.kroulik commentedWell, 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)