Hi, we’ve upgraded our servers to use php74. One site using Gravity forms plugin for wordpress was using php56. After the upgrade to php74 the web site spews errors regarding Gravity forms such as:
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/redacted/public_html/domain.tld/wp-content/plugins/gravityforms/common.php on line 1234
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/redacted/public_html/domain.tld/wp-content/plugins/gravityforms/common.php on line 1271
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/redacted/public_html/domain.tld/wp-content/plugins/gravityforms/common.php on line 1275
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/redacted/public_html/domain.tld/wp-content/plugins/gravityforms/common.php on line 1300
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/redacted/public_html/domain.tld/wp-content/plugins/gravityforms/common.php on line 3076
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/redacted/public_html/domain.tld/wp-content/plugins/gravityforms/common.php on line 3083
Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”? in /home/redacted/public_html/domain.tld/wp-content/plugins/gravityforms/common.php on line 3096
So the question is how to get Gravity Forms plugin Version 2.1.3.8 to work with php74.
Thanks for your help.