Enabled this module and set up one views_field_field. Works great for the view. But all my other pages get this error:

Notice: Undefined variable: output in views_field_view_handler_field_view->render() (line 263 of C:\htdocs\sites\all\modules\views_field_view\views_field_view_handler_field_view.inc).

I inserted this at Line 221 and the errors went away:

if (!isset($output)) $output='';

Comments

moniuch’s picture

same here, although line 295

damiankloip’s picture

Can you confirm if this is still the case in rc1 version? Some of the code was refactored before this release.

yannisc’s picture

I have same problem with RC1 (line 295).

damiankloip’s picture

I think I will set the output variable right at the top of the render() method, so then it's always there and no need for any additional conditionals.

damiankloip’s picture

Status: Active » Fixed

Committed fix to 7.x-dev

yannisc’s picture

Status: Fixed » Closed (fixed)
damiankloip’s picture

Status: Closed (fixed) » Fixed

Fixed is fine, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.