Active
Project:
Field group views
Version:
7.x-1.1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2014 at 16:05 UTC
Updated:
28 Apr 2015 at 21:15 UTC
Jump to comment: Most recent
With this module enabled all views disappear after every change to any view and appear only after clearing all caches.
This behavior disappers immediately after disabling Fieldgroup views.
Comments
Comment #1
solotandem commentedWhat steps are needed to reproduce this behavior? Can you start from a fresh install and reproduce this behavior?
What modules (including versions) are involved on the site you are experiencing this behavior with?
Can you dig into the code to find a cause for this behavior?
Comment #2
int_ua commentedand three patches:
https://drupal.org/node/1665308 #88
https://drupal.org/node/1319380
https://drupal.org/node/1853550
Comment #3
bmateus commentedThanks for this!
I was bashing my head for some time on why my page's path didn't work, although they worked on the preview, and this was it. It is indeed the FieldGroups view plugin.
Comment #4
int_ua commentedbmateus, I was searching days for a cause, I'm glad it helped you too. Can you please add all enabled modules?
Comment #5
Scott Robertson commentedSomething within the field_group_views_groups_iterate() function appears to be the cause of this issue. When a view is saved, views_invalidate_cache() is called, which invokes this module's implementation of hook_flush_cache(), which in turn calls field_group_views_groups_iterate().
I unfortunately haven't had the opportunity to look into it any further than that yet, but I'm able to to prevent the issue from happening if I comment out all of the code in field_group_views_groups_iterate().
Comment #6
solotandem commentedJust to clarify, when you write the views "disappear" you are referring to them not displaying as a page or as a block, etc., not that they are no longer shown in the list of views?
In trying to reproduce the problem, am using latest dev releases of this module and Views Field (its dependency), and latest tagged releases of core, Views and other modules. I do not see any of the views "disappearing" with this configuration.
Can someone shed some light on the configuration of the field_group_views on a field_group? And the views_field configuration of the fields included in the field group?
Can anyone reproduce this on a bare site (i.e. using a minimal set of modules)? And provide some details?
Comment #7
dienekes commentedHi! In my case the problem was with "Backup and Migrate". I disable it and all work just fine. Sorry for my crappy english.