Closed (cannot reproduce)
Project:
Field Group
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
2 Apr 2011 at 22:32 UTC
Updated:
8 Sep 2017 at 10:12 UTC
Jump to comment: Most recent
Comments
Comment #1
alex.cunha commentedSame kind of problem here.
1 - URL > /admin/structure/types/manage/page/display
2 - field Body > changing from disabled to enable
Get:
My main issue is: I'm not able display content for this content type (page). Theres any suggestion to quick fix this using the database?
Comment #2
alex.cunha commentedQuick update:
After some investigation, I suspected is related to firebug modules recently installed.
So I disabled the "Drupal for Firebug Preprocessor" and "Drupal for Firebug" modules and get rid of this problem.
Comment #3
nils.destoop commentedThe settings form ( = the wheel), comes from the core module field_ui. That's why the notices also are given in field_ui.admin.inc. Maybe there's already a core issue from this?
Comment #4
Stalski commented@morningtime : are you really sure it's a field_group you are trying to edit?
Comment #5
Stalski commentedI never had that problem and I cannot reproduce it.
Please reopen this issue with more information on how to get this bug.
Comment #6
jghyde commentedI am not getting any JS Alert error, but the throbber gets stuck and the setting select will change to
'<hidden>'but the field ahah widget never changes, while the throbber spins and spins and spins.To reproduce, go to:
admin/structure/types/manage/article/display
And try to change the Image field to "hidden". Throbber is stuck.
Comment #7
jghyde commentedThis error I am getting in #6: "projects" > "features" > "list" returns an (almost) empty page is related to memcache module. See #1214536: Drupal 7 content-type fields_ui module ajax forms not getting cached
Comment #8
rollingnet commentedJust found
You have to add this to your php.ini
max_input_vars=3000;or greater
(doesn't work with runtime php_ini directive!)