You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning: preg_match_all(): Compilation failed: invalid range in character class at offset 4 in /wp-content/plugins/ConvertKit-WordPress/lib/simple-html-dom/simple-html-dom.php on line 684
Instead, we should move to this updated library: composer require kub-at/php-simple-html-dom-parser (which is really just a copy of the Sourceforge version we have copied in at the moment, but sourcing from Composer will be 👍 )
The text was updated successfully, but these errors were encountered:
Warning: preg_match_all(): Compilation failed: invalid range in character class at offset 4 in /wp-content/plugins/ConvertKit-WordPress/lib/simple-html-dom/simple-html-dom.php on line 684
This is because the underlying library we're using isn't PHP 7.3 compatible: sunra/php-simple-html-dom-parser#64
Instead, we should move to this updated library: composer require kub-at/php-simple-html-dom-parser (which is really just a copy of the Sourceforge version we have copied in at the moment, but sourcing from Composer will be 👍 )
The text was updated successfully, but these errors were encountered: