TypeError: Unsupported operand types: int + string in webform_calculator_replace_formula_values()

Created on 21 September 2023, about 1 year ago

Problem/Motivation

Issue found in multistep webform -
TypeError: Unsupported operand types: int + string in webform_calculator_replace_formula_values() (line 106 of webform_calculator.module).

Proposed resolution

Use int datatype before summation
$sum += (int) $value;

🐛 Bug report
Status

Needs review

Component

Code

Created by

🇮🇳India virajrajankar Pune

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024