Error:

$ drush fl

array_intersect_key(): Argument #1 is not an array                     [warning]
features.image.inc:1}8

Steps to reproduce:

  • Run drush fl
  • Also happens with other drush features commands like drush fd
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

smurrayatwork created an issue. See original summary.

smurrayatwork’s picture

smurrayatwork’s picture

Version: 7.x-2.10 » 7.x-2.x-dev
Status: Active » Needs review
marco-s’s picture

In our case, we had effect entries with the value NULL. We manually removed the image style effects from the feature file. Example:

   $styles['gallery_large'] = array(
     'label' => 'Gallery large',
     'effects' => array(
-      36 => NULL,
       35 => array(
         'name' => 'image_scale',
         'data' => array(