• Hello,

    I am testing this plugin on a DEV server with debug in WordPress turned on, and I just noticed a lot of PHP Notice errors appeared in the debug.log, once I opened a list of users (wp-admin/users.php):

    PHP Notice:  Trying to get property of non-object in /var/www/html/plugins/lightbox-plus/lightboxplus.php on line 198
    PHP Notice:  Trying to get property of non-object in /var/www/html/plugins/lightbox-plus/classes/actions.class.php on line 77
    PHP Notice:  Trying to get property of non-object in /var/www/html/plugins/lightbox-plus/classes/actions.class.php on line 138

    It seems that the LightBox is being activated in the WP Admin interface (could that be disabled?), and it also is active during displaying the user list. It seems that every error is about the

    global $post;

    being not really defined, and dumps the error every time the code is trying to use $post->ID.

    Please look into that error, and into disabling lightboxes in the WP Admin.

    Thank you!

    https://ww.wp.xz.cn/plugins/lightbox-plus/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘PHP Notice during wp-admin/users.php’ is closed to new replies.