• Hy

    Everything seems to work but. but i have a message on the login screen:

    Notice: Undefined index: dashboard_check_lost_pass in /mnt/web002/c1/80/54382380/htdocs/wp-content/plugins/erident-custom-login-and-dashboard/er-custom-login.php on line 109 Notice: Undefined index: dashboard_check_backtoblog in /mnt/web002/c1/80/54382380/htdocs/wp-content/plugins/erident-custom-login-and-dashboard/er-custom-login.php on line 116

    Greetings
    Pixel

Viewing 1 replies (of 1 total)
  • Plugin Contributor Libin

    (@libinvbabu)

    Hey Pixel,

    Sorry for the delayed reply. Are you using the latest version of the plugin?

    I think you have enabled the DEBUG function, that’s why you are seeing this warning.

    You can check that in wp-config.php file.

    define( ‘WP_DEBUG’, true );

    Change this line to define( ‘WP_DEBUG’, false ); and you won’t see any warnings there.

    Regarding the original cause of warning, I’ll debug this in deep and will fix in next release. You don’t have to worry about this, as this is just a PHP warning.

    Keep supporting and let me know if you stumble upon any other issues.

Viewing 1 replies (of 1 total)
  • The topic ‘Message in error log’ is closed to new replies.