PHP 7.4 Error
-
I have just switched to PHP 7.4 from 7.3 and I got this error. I had to switch back to 7.3. Any ideas?
[14-Feb-2020 13:03:49 UTC] PHP Fatal error: Uncaught Error: Call to undefined function filter_var() in /home/xxx/example.com/wp-content/plugins/post-smtp/Postman/PostmanPreRequisitesCheck.php:24 Stack trace: #0 /home/xxx/example.com/wp-content/plugins/post-smtp/Postman/PostmanPreRequisitesCheck.php(57): PostmanPreRequisitesCheck::checkAllowUrlFopen() #1 /home/xxx/example.com/wp-content/plugins/post-smtp/Postman/PostmanPreRequisitesCheck.php(77): PostmanPreRequisitesCheck::getState() #2 /home/xxx/example.com/wp-content/plugins/post-smtp/Postman/PostmanWpMailBinder.php(75): PostmanPreRequisitesCheck::isReady() #3 /home/xxx/example.com/wp-content/plugins/post-smtp/Postman/Postman.php(113): PostmanWpMailBinder->bind() #4 /home/xxx/example.com/wp-content/plugins/post-smtp/postman-smtp.php(142): Postman->__construct('/home/xxx...', '2.0.10') #5 /home/xxx/example.com/wp-content/plugins/post-smtp/postman-smtp.php(133): post_setupPostman() #6 /home/xxx/example.com/wp-content/plugins/post-smtp/Postman/PostmanPreRequisitesCheck.php on line 24I’m using the latest version of the plugin and the latest version of WordPress on Apache 2.2, if it helps.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘PHP 7.4 Error’ is closed to new replies.