Title: Trouble with Plugin
Last modified: August 30, 2016

---

# Trouble with Plugin

 *  Resolved [Reginald](https://wordpress.org/support/users/earndailypay/)
 * (@earndailypay)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/trouble-with-plugin-3/)
 * when the Plugin is active on one of my sites, I now get this Error
 * Notice: Undefined variable: er_right in wp-content/plugins/erident-custom-login-
   and-dashboard/er-custom-login.php on line 59
 * Does anyone know how to fix this. I have tried to disable the plugin, and also
   Deleting it, and reinstalling it, but that did not work either.
 * [https://wordpress.org/plugins/erident-custom-login-and-dashboard/](https://wordpress.org/plugins/erident-custom-login-and-dashboard/)

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

 *  Plugin Contributor [Libin](https://wordpress.org/support/users/libinvbabu/)
 * (@libinvbabu)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/trouble-with-plugin-3/#post-6318672)
 * Seems you turned on the debug mode in config file. That’s why you are seeing 
   warnings and notices. PHP warnings and notices are nothing to worry about on 
   a production site most of the time.
 * A quick solution:
 * If you simply set **WP_DEBUG** to **false** in your_ wp-config.php_ file you 
   should be fine. These don’t affect your site in any way.
 * `define('WP_DEBUG', false);`
 *  Thread Starter [Reginald](https://wordpress.org/support/users/earndailypay/)
 * (@earndailypay)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/trouble-with-plugin-3/#post-6318704)
 * Thanks, that worked. I really appreciate the Support

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

The topic ‘Trouble with Plugin’ is closed to new replies.

 * ![](https://ps.w.org/erident-custom-login-and-dashboard/assets/icon-256x256.png?
   rev=1015861)
 * [Erident Custom Login and Dashboard](https://wordpress.org/plugins/erident-custom-login-and-dashboard/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/erident-custom-login-and-dashboard/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/erident-custom-login-and-dashboard/)
 * [Active Topics](https://wordpress.org/support/plugin/erident-custom-login-and-dashboard/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/erident-custom-login-and-dashboard/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/erident-custom-login-and-dashboard/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Reginald](https://wordpress.org/support/users/earndailypay/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/trouble-with-plugin-3/#post-6318704)
 * Status: resolved