• ResolvedPlugin Contributor jojaba

    (@jojaba)


    Hello,

    I’m just testing my site with mode debug enabled for WordPress.

    I got two php errors in login form :
    ==============
    Notice: Undefined index: google in /home/cdt5/www/wp-content/plugins/authorizer/authorizer.php on line 1411
    ==============
    and
    ==============
    Notice: Undefined index: advanced_hide_wp_login in /home/cdt5/www/wp-content/plugins/authorizer/authorizer.php on line 1420
    ==============
    As you can find out, I’m using CAS to authenticate. This is not a big error, but could be solved by first looking if $google, $advanced_ide_wp_login are set first then get the values in the test on the indicated lines 😉

    https://wordpress.org/plugins/authorizer/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘php errors when in mode debug’ is closed to new replies.