Closed (fixed)
Project:
EVA: Entity Views Attachment
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2012 at 11:39 UTC
Updated:
14 Mar 2014 at 13:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
j.johnson.bbt commentedGetting the same error. Any way to supress it?
Comment #2
masher commentedOnly by turning of errors e.g. /admin/config/development/logging
Never managed to solve this one. I try to use block-views instead.
Not as useful though as you can't position them within fields of a content-type.
Comment #3
ayesh commentedThe attached patch should fix it. It simply wraps the foreach with an if statement to make sure $view['bundles'] is not empty and an array.
Comment #4
masher commentedI can report the patch fixes the issue on my installations
Many thanks!!
Comment #5
tim.plunkettThe code has changed since your last patch, but this should fix it.
Thanks!
http://drupalcode.org/project/eva.git/commitdiff/5798231
Comment #6
ayesh commentedEven better. #5 mentioned commit fixed the problem.