llgreg
Forum Replies Created
-
Hi Jules,
Can you let us know when the next update will be released please?
Do we have a timeline or a estimated release date scheduled?
Kind regards
Greg
Thank you, can confirm removing and installing again has resolved the issue.
Using version 2.6.0 but still getting these warnings using PHP v7.4
Warning: Declaration of Ext_Accessibe::get($key) should be compatible with WPCF7R_Action::get($key, $default = ”) in *hidden*\wp-content\plugins\wpcf7-redirect\classes\aff\class-ext-accessibe.php on line 213
Forum: Plugins
In reply to: [Brevo for WooCommerce] Sendinblue critical error WP 5.5 PHPmailerHi @neeraj_slit
I see that there is a v2.0.3 can you confirm if this issue has been resolved in this version please?
From the changelog it looks like this is the fix?
Fixed critical errors for PHP Mailer triggered for WordPress version 5.5 and beyond
Forum: Plugins
In reply to: [Brevo for WooCommerce] Sendinblue critical error WP 5.5 PHPmailerhi @neeraj_slit Do you have a ETA when the next release will be deployed with the fix, seems to be a error with the PHPMailer class being defined already.
2020-10-09T06:32:04+00:00 CRITICAL Cannot declare class PHPMailer\PHPMailer\SMTP, because the name is already in use in /var/www/vhosts/********************.co.uk/wp-includes/PHPMailer/SMTP.php on line 30 2020-10-09T06:32:08+00:00 CRITICAL Cannot declare class PHPMailer\PHPMailer\SMTP, because the name is already in use in /var/www/vhosts/********************.co.uk/wp-includes/PHPMailer/SMTP.php on line 30 2020-10-09T07:03:52+00:00 CRITICAL Cannot declare class PHPMailer\PHPMailer\SMTP, because the name is already in use in /var/www/vhosts/********************.co.uk/wp-includes/PHPMailer/SMTP.php on line 30
Think it’s to do with lines 10-15 in function.wp_mail.php
// (Re)create it, if it's gone missing if ( !is_object( $phpmailer ) || !is_a( $phpmailer, 'PHPMailer' ) ) { require_once ABSPATH . WPINC . '/class-phpmailer.php'; require_once ABSPATH . WPINC . '/class-smtp.php'; $phpmailer = new PHPMailer( true ); }
Hi @jesusromero,
I used the suggestion that Ewout highlighted, searching for
->get_cart_url
and found it in a different plugin.Failing that try and disable the theme, or plugins one by one to try and locate it.
Thanks, managed to find it in another plugin.
Thanks again for your help on this and your quick response.