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).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | ctools_undefined_variable_output_in_export.inc_line_658.patch | 811 bytes | alexgreyhead |
Comments
Comment #2
bleen commentedSwitching version as this is happening in the most recent version of 7 ... bugs are always addressed in the most current version first
Comment #3
alexgreyhead commentedPatch 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.
Comment #4
Grayside commentedChanges 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.
Comment #5
mgiffordI 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).Comment #6
mgiffordJust found this.
#1234010: Undefined variable $output in ctools_var_export()
It's fixed in the git version of ctools and possibly dev.