This is an issue related to #970788: Notice: Undefined index: api in _ctools_features_get_info() // error from features module which was raised on the 7.x queue, patched and committed. However, after the issue was closed a further 6.x patch was posted (by @mrfelton) and reviewed by the community.
Posting this as a fresh issue to bring this onto the maintainer's radar in the hope that the patch can be committed to the 6.x version of Features.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

welly’s picture

Working correctly here.

davad’s picture

I'm having the same problem. You can hide any php notices (including this one) by changing your php.ini file's error_reporting setting. Mine looks like this:

error_reporting = E_ALL & ~E_DEPRECATED & ~E_NOTICE
drewish’s picture

subscribing. fixed the warnings, will follow up if i notice any changes in behavior.

ryan_courtnage’s picture

Applies cleanly to 6.x-1.x

tim.plunkett’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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