- πΊπΈUnited States raywright
Thanks so much @bennynonw that patch worked for me!
- π¨π¦Canada freeform.steph
We found with php 8 we could no longer save fields if we were using custom string keys, error show was:
TypeError: Unsupported operand types: string * int in _form_options_from_text() (line 404 of .../sites/all/modules/contrib/options_element/options_element.inc).
This patch resolved this error, thank you.
- πΊπΈUnited States ilessing
this same issue cropped up for us when we upgraded to D7.99
We had the same error message as #4
and the patch in #2 worked for us. Thank You!