Getting fatal errors after Upgrading site to PHP 7.3.9 with Drupal 7.6.1

Cannot use lexical variable $value as a parameter name in /var/www/html/profiles/apigee/modules/contrib/webform/components/select.inc on line 765

Need help on this.Kindly help if anyone faced this kind of issues. I recently upgraded site to php 7.3.9 and issues coming with modules under apigee/profile related contrib modules only

0 1 696
1 REPLY 1

Sounds like you're running into this issue: https://www.drupal.org/node/2811063. The answer seems to be to update the version of webform you're using to 7.x-4.20. You might need to apply the latest patch referenced in that issue as well: https://www.drupal.org/files/issues/2019-07-11/webform-2811063-70.patch.

Hope that helps!