Entity Cache - Causing major problems, forcing a "Flush cache" to view registrations setting, views etc.

On my site (DP7.37) the Registrations are used in a 4 level Book (in level 2).
When "Manage Registration" - the different views of: | Registrations| Settings | Email Registrants | doesn't show anything at all until a "clear cache" is done.
If I try by a views setting (NODE/%/registrations/all) the problem is the same, fluch cache needed to get the view to coming up.

This problem is caused by interference with the module "Entity cache" (entitycache). If I close that module the detected problem is gone.

All other module is running without any problem to entity cache module. Is this problem detected or caused by "entity_registration"?
( I think it's some kind of interference between "Entity Cache" and "Entity Registration" causing this problem)
Please advice,.

Comments

Göran’s picture

Göran’s picture

Title: Entity Cache module - Causing major problems, forcing a "Flush cache" to view registrations » Major problems, forcing a "Flush cache" to view registrations = IF SAME VIEW IN VIEWS
Assigned: Unassigned » Göran
Status: Active » Closed (won't fix)

Reason found - I was trying to provide a view that replicates the "node/%/registrations", by adding the "node/%/registrations" in a views page view.

The reason was that I wanted to overrule the default registration list and add some more fields to the view. I did not realize that this course the problem.

After changing the views page view - the detected problem is gone - sry for the bug report... ;)

TIP to the readers...- There is some patches where the original registrations list can be replaced of a views list, that I will try.