New issue as suggested in #1124168: Fatal error when Display Suite not installed and enabled.
I enabled 7.x-1.0-alpha2 on the fresh site (with views) and:
If I had enabled Taxonomy term page view before I enabled the module everything (well almost) worked as advertised. The only thing I noticed is notice when viewing term page:
Notice: Undefined index: localized_options in menu_navigation_links() (line 1780 from .../includes/menu.inc).
On the contrary if I didn't had the Taxonomy term page view enabled before enabling the module I got following notices and warnings and moreover I was not able to enable Taxonomy term page view mode or any other mode (ie. Token mode). No changes were saved on form but drupal stated that changes were saved.
Notice: Undefined index: view_modes_custom in field_ui_display_overview_form_submit() (line 1314 from .../modules/field_ui/field_ui.admin.inc).
Warning: Invalid argument supplied for foreach() in field_ui_display_overview_form_submit() (line 1314 from .../modules/field_ui/field_ui.admin.inc).
Notice: Undefined index: full in taxonomy_display_admin_form() (line 40 from .../sites/all/modules/taxonomy_display/taxonomy_display.admin.inc).
Workaround was to disable module, enable Taxonomy term page view mode on Vocabulary than enable the module again so I lowered the priority.
Comments
Comment #1
codycraven commentedVito, I've committed the fix for this in dev. I did apply the wrong commit information and change log note though which I will fix.
Comment #2
codycraven commentedJust as a note I've committed and pushed the issue number fix for changelog and the commit history.
Comment #3
vito_swat commentedWorking great, thanks.