WD php: ParseError: syntax error, unexpected ',' in features_get_normal() (line 35 of /data/var/www/open.gov/profiles/wetkit/modules/contrib/features/features.export.inc(750) : eval()'d code).

I confirmed this is related by adding drush_print_r($code[$default_hook]); on line 749 of features.export.inc I noticed the following under 'enabled' showing the issue:

'entity_count' => array(
'enabled' => ,
'require_entity' => ,
'settings' => array(
'count_children' => ,
),
),
),

Comments

sylus created an issue. See original summary.

sylus’s picture

See: https://www.drupal.org/node/2764871 for patch with working fix.

sylus’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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