Title: llgreg's Replies | WordPress.org

---

# llgreg

  [  ](https://wordpress.org/support/users/llgreg/)

 *   [Profile](https://wordpress.org/support/users/llgreg/)
 *   [Topics Started](https://wordpress.org/support/users/llgreg/topics/)
 *   [Replies Created](https://wordpress.org/support/users/llgreg/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/llgreg/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/llgreg/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/llgreg/engagements/)
 *   [Favorites](https://wordpress.org/support/users/llgreg/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Conditional Fields for Contact Form 7] Using ${var} in strings is deprecated, use {$var} instead](https://wordpress.org/support/topic/using-var-in-strings-is-deprecated-use-var-instead/)
 *  [llgreg](https://wordpress.org/support/users/llgreg/)
 * (@llgreg)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/using-var-in-strings-is-deprecated-use-var-instead/#post-18076102)
 * 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
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection for Contact Form 7] Warnings Redirection for Contact Form 7 plugin](https://wordpress.org/support/topic/warnings-redirection-for-contact-form-7-plugin/)
 *  [llgreg](https://wordpress.org/support/users/llgreg/)
 * (@llgreg)
 * [4 years, 1 month ago](https://wordpress.org/support/topic/warnings-redirection-for-contact-form-7-plugin/#post-15827454)
 * Thank you, can confirm removing and installing again has resolved the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Redirection for Contact Form 7] Warnings Redirection for Contact Form 7 plugin](https://wordpress.org/support/topic/warnings-redirection-for-contact-form-7-plugin/)
 *  [llgreg](https://wordpress.org/support/users/llgreg/)
 * (@llgreg)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/warnings-redirection-for-contact-form-7-plugin/#post-15571227)
 * 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Brevo for WooCommerce] Sendinblue critical error WP 5.5 PHPmailer](https://wordpress.org/support/topic/sendinblue-critical-error-wp-5-5-phpmailer/)
 *  [llgreg](https://wordpress.org/support/users/llgreg/)
 * (@llgreg)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/sendinblue-critical-error-wp-5-5-phpmailer/#post-13628550)
 * Hi [@neeraj_slit](https://wordpress.org/support/users/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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Brevo for WooCommerce] Sendinblue critical error WP 5.5 PHPmailer](https://wordpress.org/support/topic/sendinblue-critical-error-wp-5-5-phpmailer/)
 *  [llgreg](https://wordpress.org/support/users/llgreg/)
 * (@llgreg)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/sendinblue-critical-error-wp-5-5-phpmailer/#post-13512928)
 * hi [@neeraj_slit](https://wordpress.org/support/users/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 );
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bulk Order Form for WooCommerce] The WC_Cart::get_cart_url function is deprecated since version 2.5.](https://wordpress.org/support/topic/the-wc_cartget_cart_url-function-is-deprecated-since-version-2-5/)
 *  Thread Starter [llgreg](https://wordpress.org/support/users/llgreg/)
 * (@llgreg)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/the-wc_cartget_cart_url-function-is-deprecated-since-version-2-5/#post-12825966)
 * Hi [@jesusromero](https://wordpress.org/support/users/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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Bulk Order Form for WooCommerce] The WC_Cart::get_cart_url function is deprecated since version 2.5.](https://wordpress.org/support/topic/the-wc_cartget_cart_url-function-is-deprecated-since-version-2-5/)
 *  Thread Starter [llgreg](https://wordpress.org/support/users/llgreg/)
 * (@llgreg)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/the-wc_cartget_cart_url-function-is-deprecated-since-version-2-5/#post-12563680)
 * Thanks, managed to find it in another plugin.
 * Thanks again for your help on this and your quick response.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Zoho Campaigns] PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback](https://wordpress.org/support/topic/php-warning-call_user_func_array-expects-parameter-1-to-be-a-valid-callback-7/)
 *  Thread Starter [llgreg](https://wordpress.org/support/users/llgreg/)
 * (@llgreg)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/php-warning-call_user_func_array-expects-parameter-1-to-be-a-valid-callback-7/#post-12560928)
 * [@zoho-campaigns](https://wordpress.org/support/users/zoho-campaigns/)

Viewing 8 replies - 1 through 8 (of 8 total)