PHP 7.3 breaks plugin
-
After updating to PHP 7.3 (which is around for a year now) you’ll get the error
“continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”?
Backup the following file before editting:
wp-content/plugins/ing-psp/ing-php/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
Edit/update:
line 197, change “continue;” to “continue 2;”
line 216, change “continue;” to “continue 2;”
line 254, change “continue;” to “continue 2;”
line 357, change “continue;” to “continue 2;”Save, clear and rebuild caches when using plugins like supercache etc.
- The topic ‘PHP 7.3 breaks plugin’ is closed to new replies.