• MarionFW

    (@marionfw)


    Hi,
    since the last update I get 2 PHP-notices in my Query Monitor:

    the first is

    Undefined index: participants-database/participants-database.php
    count: 2
    Location: wp-content/plugins/participants-database/classes/PDb_Update_Notices.class.php:206
    Call Stack: PDb_Update_Notices->set_version_values()
     wp-content/plugins/participants-database/classes/PDb_Update_Notices.class.php:58
    PDb_Update_Notices->__construct()
     wp-content/plugins/participants-database/participants-database.php:362
    Participants_Db::admin_init()
     Unknown location
    do_action('admin_init')
     wp-admin/admin.php:168

    the second is

    Undefined property: stdClass::$checked
    count: 1
    Location: wp-content/plugins/participants-database/classes/PDb_Update_Notices.class.php:208
    PDb_Update_Notices->set_version_values()
     wp-content/plugins/participants-database/classes/PDb_Update_Notices.class.php:58
    PDb_Update_Notices->__construct()
     wp-content/plugins/participants-database/participants-database.php:362
    Participants_Db::admin_init()
     Unknown location
    do_action('admin_init')
     wp-admin/admin.php:168

    They’re not errors, it seems to work all right on the 2 websites where I use PDB, but I’m not sure it won’t give problems in the futere.

    https://wordpress.org/plugins/participants-database/

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Thanks for letting me know about this. It won’t cause any problems, I just needed to check for the existence of that index before trying to get the value, it’s expected that it won’t always be available.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Notice’ is closed to new replies.