• Hello,

    After the latest update, CRON keeps sending me this warning:

    PHP Warning: Undefined array key "meta" in /httpdocs/wp-content/plugins/email-subscribers/lite/includes/classes/class-es-queue.php on line 734

    Content of the line 734:

    $notification_meta = maybe_unserialize( $notification['meta'] );

    Possible solution:

    $notification_meta = ! empty( $notification['meta'] ) ? maybe_unserialize( $notification['meta'] ) : array();

    This should now work without creating a warning.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @designlions,

    Thank you for bringing this issue to our attention; we are prioritizing it and will update you soon.

    Anupam Khatua

    (@anupamkhatua)

    Hi @designlions,

    I hope you’re well!

    We’ve identified the issue and will address it in the next version.

    Thank you!

    Anupam Khatua

    (@anupamkhatua)

    Hi @designlions,

    Hope you are doing well

    I wanted to let you know that we’ve resolved the issue you brought to our attention. Additionally, a new version (5.7.39) has been released.

    I recommend updating the plugin. Please try again. If the issue persists, don’t hesitate to contact us, and we’ll investigate further.

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.