• Hello!
    Need help to resolve problems with the PlugIn

    I got this notices:
    jonradio-private-site notices:

    Notice in /home/stbmwt/public_html/wp/wp-content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php on line 1544

    Notice: Undefined index: type in /home/stbmwt/public_html/wp/wp-content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php

    on line 1544

    Notice: Undefined index: type in /home/stbmwt/public_html/wp/wp-content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php

    on line 1544

    Notice: Undefined index: type in /home/stbmwt/public_html/wp/wp-content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php

    on line 1544

    Notice: Undefined index: type in /home/stbmwt/public_html/wp/wp-content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php

    on line 1544

    Notice: Undefined index: type in /home/stbmwt/public_html/wp/wp-content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php

    on line 1544

    Warning: Cannot modify header information – headers already sent by (output started at /home/stbmwt/public_html/wp/wp-

    content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php:1544) in /home/stbmwt/public_html/wp/wp-admin/includes/misc.php

    on line 1259

    Warning: Cannot modify header information – headers already sent by (output started at /home/stbmwt/public_html/wp/wp-

    content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php:1544) in /home/stbmwt/public_html/wp/wp-admin/admin-header.php

    on line 9

    Warning: Cannot modify header information – headers already sent by (output started at /home/stbmwt/public_html/wp/wp-

    content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php:1544) in /home/stbmwt/public_html/wp/wp-includes/option.php on

    line 961

    Warning: Cannot modify header information – headers already sent by (output started at /home/stbmwt/public_html/wp/wp-

    content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php:1544) in /home/stbmwt/public_html/wp/wp-includes/option.php on

    line 962

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @deexperte did you manage to solve the issue since i am experiencing the same issues in WordPress 5.5

    Thread Starter deexperte

    (@deexperte)

    @cyber70
    Hi! No I ignored it. No support as you see.

    Searching other Plugin in the next time.

    Greetings
    Deexperte

    Same issues. If wp-debug on, the log file is flooded with:

    PHP Notice: Undefined index: /wp-content/plugins/jonradio-private-site/library/cmb2/includes/CMB2.php on line 1544
    and
    PHP Notice: Undefined index: /wp-content/plugins/jonradio-private-site/util/utilities5.php on line 370

    Thread Starter deexperte

    (@deexperte)

    Hello!
    I switched over to “Force Login”.
    Greetings
    Deexperte.

    Malae

    (@malae)

    Hello deexperte,

    On of the causes of the notices is fixed, but still get flooding from the cmb2.php.
    I was about to look for another plugin. The Force Login works fine.
    Bedankt/Vielen Dank!

    Thread Starter deexperte

    (@deexperte)

    Hello @malae , you are welcome.

    Greetings
    Deexperte

    For anyone who wants to stay with this plugin, you can get rid of these notices by editing that file in the plugin:
    Locate line 1544. You need to wrap the switch() function in an isset() function:

    if(isset($field['type'])) {
       switch ( $field['type'] ) {
         /* switch code */
       }
    }

    Obviously it’s not a long term solution but will until it is permanently fixed.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘My Private Site: Some notices and malfunction’ is closed to new replies.