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 support@sendinblue.com 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,
Plugin reactivation didn’t help, server has no caches, with key/without same warning
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 2 years, 5 months ago by
Artem Yanin. Reason: typo
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 support@sendinblue.com 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?