Closed (won't fix)
Project:
Entity Reference View Widget
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2013 at 16:20 UTC
Updated:
18 Jul 2014 at 10:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mmtahir commentedI have the same issue. where did you make the changes.
Comment #2
mmtahir commentedFixed: I had ERVW sub module disabled but still getting this error. After applying this patch, the error was gone.
Comment #3
lumio commentedI created a patch for that error.
Comment #4
giorgio79 commentedComment #5
oranges13The patch in #3 did not work for me.
Comment #6
aimevpThe patch in #3 didn't work for me either.
But the patch suggests to replace
$output .= $view->render();with
$output .= $view->preview($target_view[1]);But when I used
$output .= $view->preview();as Lumio suggested in his first post the warning was gone.
Comment #6.0
aimevpChanges have been made in -dev.
Comment #7
y.sa commentedThis modification does not worked for me.
Buf found that using $view->pre_execute() before executing the view solved the probleme.
source : https://drupal.org/comment/7201254#comment-7201254
Comment #8
jsacksick commentedPlease report back if this is still an issue in the 2.x branch. It is a big rewrite that aimed to resolve all known issues with the 1.x branch which is not supported anymore.