Here is a message from my logs:

Emplacement http://toto.com/admin/structure/views/ajax/display/view_country/page/exp...

Référent http://toto.com/admin/structure/views/view/view_country/edit

Message Notice : Undefined index: help topic dans views_plugin_display->options_form() (ligne 2056 dans /var/www/toto.com/sites/all/modules/views/plugins/views_plugin_display.inc).

NB: sorry but I can't remember how to produce it.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Status: Active » Fixed

If you can't reproduce that this is impossible to fix, maybe some custom code problem.
Additional this doesn't seem to be a major problem, so let's mark as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

tedfordgif’s picture

Version: 7.x-3.3 » 7.x-3.7
Priority: Normal » Minor
Status: Closed (fixed) » Needs review
FileSize
3.62 KB

One place this happens is when a module registers a plugin via hook_views_plugins() but does not provide the 'help topic' key in the plugin data. This is checked for some plugins, but not for access_options, cache_options, exposed_form_options, and pager_options plugins. Attached is a test-less patch, which can serve as a starting point for getting this fixed.

tedfordgif’s picture

FWIW, I first observed this with the views_content_cache module.

tedfordgif’s picture

Issue summary: View changes

shorter

Kristen Pol’s picture

Issue summary: View changes
Status: Needs review » Reviewed & tested by the community

This might not be the preferred method (perhaps we are to assume the plugin will provide all the correct data) but this patch works for me and fixes the error when the help topic is missing. So... marking RTBC but I understand this this might not be committed. Thanks!

DamienMcKenna’s picture

Version: 7.x-3.7 » 7.x-3.x-dev
DamienMcKenna’s picture

dawehner’s picture

Status: Reviewed & tested by the community » Fixed

I agree its fine to not require those modules to implement help.

Committed and pushed to 7.x-3.x thank you

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.