Plugin breaks CF7 Config Validation after major WPCF7_ConfigValidator rewrite
-
I’ve just discovered that with the major ContactForm7 WPCF7_ConfigValidator class rewrite the Config Validation breaks (heavily).
With the CF7 v5.8 update the ConfigValidator class has received a major upgrade/rewrite. The int error codes were replaced by strings and many other changes.
See https://github.com/rocklobster-in/contact-form-7/commit/4f53e4921d05a630e25bc75b3118315e2569e44a and https://github.com/rocklobster-in/contact-form-7/issues/1254 .
When you do a “config validation” with CF7 v5.8+ you get a PHP error because the WPCF7_ConfigValidator::error_invalid_mailbox_syntax constant does not exist any more.
- The topic ‘Plugin breaks CF7 Config Validation after major WPCF7_ConfigValidator rewrite’ is closed to new replies.