• Resolved Avaletti

    (@avaletti)


    The following system notice started appearing in wp-admin for custom post types list since 3.1.5:
    “Notice: Undefined property: WP_Members::$regchk in <server path>/plugins/wp-members/inc/class-wp-members.php on line 483”

    The post type is from a plugin Team Manager
    Admin UI @/wp-admin/edit.php?post_type=team_manager

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    That seems strange since where that error is coming from is a method that isn’t used in the admin – it runs on the WP Loop. So there must be more to it than just the Team Manager plugin (I loaded the Team Manager plugin in my dev system and did not reproduce the error).

    Regardless of whether it should be there or not in the admin, it probably should be defined in the object so that even if it lacks a value (which it should here) that it is not undefined. So I’ll address that in the next update.

    tamahome1039

    (@tamahome1039)

    Hello, I experienced a similar issue with Hustle Plugin. Since todays last update I get the message Notice: Undefined property: WP_Members::$regchk in /home/g1000458/public_html/blog/wp-content/plugins/wp-members/inc/class-wp-members.php on line 483 in the main page.

    Under Hustle plugin configuration I also this messages:

    Notice: Trying to get property of non-object in /home/g1000458/public_html/blog/wp-content/plugins/wp-members/inc/utilities.php on line 189

    Notice: Trying to get property of non-object in /home/g1000458/public_html/blog/wp-content/plugins/wp-members/inc/utilities.php on line 282

    Notice: Trying to get property of non-object in /home/g1000458/public_html/blog/wp-content/plugins/wp-members/inc/utilities.php on line 282

    Notice: Undefined property: WP_Members::$regchk in /home/g1000458/public_html/blog/wp-content/plugins/wp-members/inc/class-wp-members.php on line 483

    I consult with the Hustle support and as is a WP-Member error can’t help me out.

    Please let me know how could I fix this,
    Thank you very much for your time

    Chad,
    I updated my Hustle plugin a few days ago an the same mistake occurs. Feel free to check it out here: https://jugandoainvertir.com.ar/blog/?s=manola&submit=

    If I disable the Hustle Plugin the error does not show.

    Please let me know how can I fix this so it is not a problem every time you update the plugin.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘System notice in wp-admin’ is closed to new replies.