I know 7.x-3.x is only receiving critical bug fixes, and this is definitely not one of those, but it might help out the lonely 7.x-3.x users out there.
When using PHP7.1 the module throws a warning:
'Warning: A non-numeric value encountered in _webform_render_number() (line 298 of /app/public/sites/all/modules/contrib-patch/webform/components/number.inc).'
The patch below should prevent this warning from being thrown.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | non-numeric_value_encountered_in_webform_render_number_php71-3027544-2.patch | 587 bytes | spokje |
Comments
Comment #2
spokjePatch attached.
Comment #3
spokjeComment #4
liam morlandWebform 3 receives critical bug fixes only. If the WF3 community gets this to RTBC, I will commit it.
Comment #5
oldspot commentedEncountered this issue on one of our sites and tested the patch and works well with PHP 7.1, 7.2, and 7.3.
Comment #7
liam morlandThanks!