PHP Non-Object Notice
-
I’m getting a PHP Non-Object Notice on line 193 of your inc/user-list.php – you can fix this by adding the following :
if ( isset( $screen ) && 'users' != $screen->id ) {Granted it’s not crashing my system but it is throwing notices which is still not good. The full error is:
Notice: Trying to get property of non-object in /plugins/new-user-approve/includes/user-list.php on line 193
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘PHP Non-Object Notice’ is closed to new replies.