• Please, work on your plugin with debug mode ON. Its really annoying that my log file having flood of warnings like this Notice: Trying to access array offset on value of type null in /wp-content/plugins/woocommerce-sendinblue-newsletter-subscription/woocommerce-sendinblue.php on line 430
    This error exists 3rd month already, just add simple value checking..

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Brevo

    (@neeraj_slit)

    Hi @brainiacx

    Thank you for your message.

    We would like to share that this error message issue is already being fixed. This could be a cache or network issue. Hence, we would advise you to clear the cache and refresh it.
    If, the issue still persists then please create a support ticket through your Sendinblue account or email us at [email protected] and provide us with admin access to the plugin account (login URL, username, and password).

    We look forward to hearing from you and assisting you with your request.

    Best regards,

    Thread Starter Artem Yanin

    (@brainiacx)

    Plugin reactivation didn’t help, server has no caches, with key/without same warning

    Thread Starter Artem Yanin

    (@brainiacx)

    It can’t be fixed because you doing live requests to your api..
    if ( '' != self::$access_key ) {
    so if key empty-there will be no self::$account_info at all, it will be null without key. And then you doing

    function ws_admin_credits_notice(){
                if ( 2 > WC_Sendinblue::$account_info['email_credits']

    using isset(WC_Sendinblue::$account_info['email_credits']) before 2 >…. already will fix it, but i don’t wanna do it every update.. so set debug mode to true, remove key, visit page like dasboard-u’ll see notice. Use code i gave or better solution..

    And also i found this code in account_info api

    if ( false == $account_info || false === $account_info ) {

    It has 0 sense, guys.. And it makes me feel scared about other parts of code.. be better, guys ??

    • This reply was modified 3 years, 11 months ago by Artem Yanin. Reason: typo
    Plugin Author Brevo

    (@neeraj_slit)

    Hello @brainiacx,

    Thank you for sharing the outcome of this with us, we are sorry about the issues you have had.

    We would like to investigate this further so please kindly create a support ticket through your Sendinblue account or email us at [email protected] and provide us with admin access to the plugin account (login URL, username, and password) and refer to this forum thread so we understand the history of the issue.

    Thank you again and best regards,
    Sendinblue Team

    i still get this message – why don’t you fix it if someone is helping you out here? can’t you read your own code?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘annoying warnings’ is closed to new replies.