Title: PHP errors
Last modified: August 22, 2016

---

# PHP errors

 *  Resolved [matiase](https://wordpress.org/support/users/matiase/)
 * (@matiase)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/php-errors-43/)
 * Hi,
 * First of all, I really like this plugin. However, I get php error messages coming
   from the frontend no matter if I’m logged in or out:
    Notice Undefined index:
   msg 1 wp-content/plugins/login-sidebar-widget/login_afo_widget.php:123
 * Any fix for this in further updates? I will provide any information you need 
   from me to resolve this.
 * Regards,
    Matias
 * [https://wordpress.org/plugins/login-sidebar-widget/](https://wordpress.org/plugins/login-sidebar-widget/)

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

 *  Plugin Author [aviplugins.com](https://wordpress.org/support/users/avimegladon/)
 * (@avimegladon)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/php-errors-43/#post-5758694)
 * Yes that is a PHP warning message. The most easy solution for this is adding 
   this line in your wp-config.php file
 * define(‘WP_DEBUG’, false);
 * In the next plugin update the issue will be resolved.
 *  [NettSite](https://wordpress.org/support/users/nettsite/)
 * (@nettsite)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/php-errors-43/#post-5758746)
 * I have fixed it on my site so long:
 * `if(array_key_exists('msg',$_SESSION)){`
 * on line 36 of forgot_pass_class.php and line 123 of login_afo_widget.php.
 *  Thread Starter [matiase](https://wordpress.org/support/users/matiase/)
 * (@matiase)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/php-errors-43/#post-5758772)
 * With the latest update the error messages are gone. Thank you 🙂

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

The topic ‘PHP errors’ is closed to new replies.

 * ![](https://ps.w.org/login-sidebar-widget/assets/icon-256x256.png?rev=2067421)
 * [Login Widget With Shortcode](https://wordpress.org/plugins/login-sidebar-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/login-sidebar-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/login-sidebar-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/login-sidebar-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/login-sidebar-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/login-sidebar-widget/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [matiase](https://wordpress.org/support/users/matiase/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/php-errors-43/#post-5758772)
 * Status: resolved