hi, the title says it all - the function signature is
function feeds_tamper_default_value_callback($source, $item_key, $element_key, &$field, $settings, $source) {...}
resulting in
PHP Fatal error: Redefinition of parameter $source in sites/all/modules/contrib/feeds_tamper/plugins/default_value.inc on line 36
a few months back it was working - I think after some recent update to php5.6 - now it doesn't
anyways $source is not used in function so I just simply renamed last param to $source2 and all is good
pls, fix
thanks

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jakabadambalazs created an issue. See original summary.

basscleff94010’s picture

I am having the same problem with php5.6. Reverting to php5.5 fixed it.

misjao’s picture

Status: Active » Closed (duplicate)
Related issues: +#2567431: [PHP 7 Compatibility] case: feeds_tamper_default_value_callback function

Noticed this bug was already fixed by someone in December of last year, but there hasn't been a new release since. See bug: https://www.drupal.org/node/2567431

Downloading the development release 7.x-1.x-dev will fix your problem.

balian0303’s picture

For those who don't want to use development versions if not necessary.