preg_match() errors in PHP 8.0.23
-
After updating my wordpress install to PHP 8.0.23, I’m seeing a huge volume of these errors with the premium version of the plugin:
preg_match(): Compilation failed: unmatched closing parenthesis at offset 402
web/wp-content/plugins/wordpress-seo-premium/premium/classes/redirect/redirect-handler.php:238
The actual redirects themselves seem to work, but the volume of errors is overwhelming.
I’m using the latest 14.3 version of the Yoast SEO Premium plugin. These errors do not occur on PHP 7.4.
Is this occurring because the plugin is not compatible with PHP 8.0.23? Or maybe it has something to do with a specific redirect in the list?
I’ve been using the premium version of this plugin for years. Any ideas what might be causing this? Thank You!
- The topic ‘preg_match() errors in PHP 8.0.23’ is closed to new replies.