• Resolved prodograw

    (@prodograw)


    your plugin is having issues

    implode(): Invalid arguments passed in /home/***/public_html/wp-content/plugins/woocommerce-sendinblue-newsletter-subscription/woocommerce-sendinblue.php on line 1185

    culprit line:
    $item->variant_name = implode(',', $cartitem['variation']);

    Please can you fix php log is getting huge with this error

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter prodograw

    (@prodograw)

    you also have issues with line 1262:

    $item->variant_name = $item->variant_name = implode(',', $attributes);

    should it not be:

    $item->variant_name = implode(',', $attributes);

    Plugin Author Brevo

    (@neeraj_slit)

    Hi @prodograw,

    Thank you for your messages. I have referred this to our Technical Team but so we can track the progress of this can you please create a support ticket through your Sendinblue account or email us at [email protected] and provide us with admin access to your WordPress account (login url, username and password) and refer to this forum thread.

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

    Best regards,
    Sendinblue Team

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

The topic ‘implode(): Invalid arguments passed’ is closed to new replies.