When calling "drush features-list" I'm getting following notice each time:

WD php: Notice: Undefined variable: output in ctools_var_export() (line 658 of /dev/www/sites/all/modules/contrib/ctools/includes/export.inc).

Comments

bleen’s picture

Version: 6.x-1.x-dev » 7.x-1.x-dev

Switching version as this is happening in the most recent version of 7 ... bugs are always addressed in the most current version first

alexgreyhead’s picture

Patch attached for 6.x-1.8 - it's only a single character change so should be trivial for someone to apply to 6.x-HEAD I hope.

Grayside’s picture

Changes to ctools code needs to be taken up in the ctools issue queue. Could someone add the analysis of why this function is failing so a transfer to ctools won't leave an info vacuum.

mgifford’s picture

I did get the following, but didn't test the patch. It wasn't in a place that was easy to replicate it.

Notice: Undefined variable: output in ctools_var_export() (line 837 of /DRUPAL7/sites/all/modules/contrib/ctools/includes/export.inc).

mgifford’s picture

Status: Active » Closed (duplicate)

Just found this.
#1234010: Undefined variable $output in ctools_var_export()

It's fixed in the git version of ctools and possibly dev.