Title: Undefined variable: mailerlite_error
Last modified: January 18, 2019

---

# Undefined variable: mailerlite_error

 *  Resolved [alx359](https://wordpress.org/support/users/alx359/)
 * (@alx359)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/undefined-variable-mailerlite_error/)
 * I’m getting the debug log filled with these:
 * `PHP Notice: Undefined variable: mailerlite_error in plugins\official-mailerlite-
   sign-up-forms\include\templates\admin\header.php on line 3`
 * Line 3 reads:
    `<?php if ( $mailerlite_error ): ?>`
 * Tweaked it to this and seems to work:
    `<?php if ( isset($mailerlite_error) &&
   $mailerlite_error ): ?>`
 * Thanks.

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

 *  [pathetix](https://wordpress.org/support/users/pathetix/)
 * (@pathetix)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/undefined-variable-mailerlite_error/#post-11115553)
 * I’m getting this error as well in the admin screens.
    Will try the tweak thanks!
 *  Plugin Author [MailerLite](https://wordpress.org/support/users/mailerlite/)
 * (@mailerlite)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/undefined-variable-mailerlite_error/#post-11130372)
 * Hello alx359 and pathetix,
 * Sorry for the troubles you had.
 * We are going to launch an update soon to fix this issue.
 * Stay tuned!

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

The topic ‘Undefined variable: mailerlite_error’ is closed to new replies.

 * ![](https://ps.w.org/official-mailerlite-sign-up-forms/assets/icon-256x256.png?
   rev=3083205)
 * [MailerLite - Signup forms (official)](https://wordpress.org/plugins/official-mailerlite-sign-up-forms/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/official-mailerlite-sign-up-forms/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/official-mailerlite-sign-up-forms/)
 * [Active Topics](https://wordpress.org/support/plugin/official-mailerlite-sign-up-forms/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/official-mailerlite-sign-up-forms/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/official-mailerlite-sign-up-forms/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [MailerLite](https://wordpress.org/support/users/mailerlite/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/undefined-variable-mailerlite_error/#post-11130372)
 * Status: resolved