Reviewed & tested by the community
Project:
Views Aggregator Plus
Version:
2.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Dec 2019 at 04:02 UTC
Updated:
24 Oct 2025 at 12:15 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jordik commentedCan you please provide some details about your view setup?
How is the view embedded in the node?
Comment #3
jordik commentedComment #4
bmustafa commentedi am using very standardized EVA module approach (filtering contents of referenced view entities against ID of host entity).
all default settings as per normal EVA module operation procedures.
Comment #5
bmustafa commentedMy guts feeling is that there is a race situation, whereby the white-screen happens when the page trying to load the view and the cache is not yet built or locked in between ... just a hunch...
Comment #6
jordik commentedComment #7
jordik commentedComment #8
jordik commentedCan you please provide detailed steps for reproducing this issue?
Comment #9
joachim commentedI saw this error as well, with a view shown in an EVA.
A cache clear fixed it.
I'm afraid I can't explain how to reproduce it, it just showed up!
Comment #10
jordik commentedAs far as I know, EVAs are shown on node displays, not on forms. How are you saving a node?
Comment #11
dotpex commentedAfter cache clear if you go to view page with node that have EVA aggregated view attached and then go to same node you got an error.
Comment #12
joachim commentedFixes the problem. Thanks!
Comment #13
tr commentedPhpstan doesn't like this either. It doesn't know where to look for the template:
Function template_preprocess_views_view_table not found.I guess @JordiK isn't working on this anymore?
I'll take a look and see if we can get this into 2.0/2.1
Comment #14
tr commentedComment #15
joachim commentedLatest patch doesn't apply. Made an MR with the same change.