• Resolved designlions

    (@designlions)


    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 4 replies - 1 through 4 (of 4 total)
  • Hi @designlions,

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

    Hi @designlions,

    I hope you’re well!

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

    Thank you!

    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,

    Plugin Contributor Shubhanshu Kandani

    (@shubhanshukandani)

    Hi @designlions ,

    Since we haven’t received a response in a while, I’m closing this thread for now. Please feel free to reopen it if you still have any issues or questions related to the plugin.

    Also if you have any other queries, you can open a new thread from here. We will be happy to assist you further.

    Thank you!

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

The topic ‘Undefined array key “meta” in class-es-queue.php on line 734’ is closed to new replies.