PHP 8.1 Fatal Error with Plugin v 7.2
-
Getting a fatal error with PHP 8.1 when going to PostSMTP settings:
[27-Oct-2023 04:07:13 UTC] PHP Fatal error: Uncaught Error: Call to undefined function ImageCreate() in /home/horseaid/public_html/wp-content/plugins/post-smtp/Postman/Mobile/includes/phpqrcode/qrimage.php:74
Stack trace: 0 /home/horseaid/public_html/wp-content/plugins/post-smtp/Postman/Mobile/includes/phpqrcode/qrimage.php(32): QRimage::image() 1 /home/horseaid/public_html/wp-content/plugins/post-smtp/Postman/Mobile/includes/phpqrcode/qrencode.php(502): QRimage::png() 2 /home/horseaid/public_html/wp-content/plugins/post-smtp/Postman/Mobile/includes/phpqrcode/qrencode.php(294): QRencode->encodePNG() 3 /home/horseaid/public_html/wp-content/plugins/post-smtp/Postman/Mobile/mobile.php(121): QRcode::png() 4 /home/horseaid/public_html/wp-content/plugins/post-smtp/Postman/Mobile/mobile.php(52): Post_SMTP_Mobile->generate_qr_code() 5 /home/horseaid/public_html/wp-content/plugins/post-smtp/Postman/Mobile/mobile.php(21): Post_SMTP_Mobile->__construct() 6 /home/horseaid/public_html/wp-content/plugins/post-smtp/Postman/Mobile/mobile.php(312): Post_SMTP_Mobile::get_instance() 7 /home/horseaid/public_html/wp-content/plugins/post-smtp/Postman/Postman.php(88): require_once(‘/home/horseaid/…’) 8 /home/horseaid/public_html/wp-content/plugins/post-smtp/postman-smtp.php(203): Postman->__construct() 9 /home/horseaid/public_html/wp-content/plugins/post-smtp/postman-smtp.php(194): post_setupPostman() 10 /home/horseaid/public_html/wp-content/plugins/post-smtp/postman-smtp.php(123): post_smtp_start() 11 /home/horseaid/public_html/wp-settings.php(462): include_once(‘/home/horseaid/…’) 12 /home/horseaid/public_html/wp-config.php(114): require_once(‘/home/horseaid/…’) 13 /home/horseaid/public_html/wp-load.php(50): require_once(‘/home/horseaid/…’) 14 /home/horseaid/public_html/wp-admin/admin.php(34): require_once(‘/home/horseaid/…’) 15 {main}thrown in /home/horseaid/public_html/wp-content/plugins/post-smtp/Postman/Mobile/includes/phpqrcode/qrimage.php on line 74
[27-Oct-2023 04:07:14 UTC] PHP Notice: Function is_embed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/horseaid/public_html/wp-includes/functions.php on line 5905
[27-Oct-2023 04:07:14 UTC] PHP Notice: Function is_search was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see Debugging in WordPress for more information. (This message was added in version 3.1.0.) in /home/horseaid/public_html/wp-includes/functions.php on line 5905PHP 8 is ok
- The topic ‘PHP 8.1 Fatal Error with Plugin v 7.2’ is closed to new replies.