• Hi, In my local testserver which is in debugging mode, I found this notice opening the Groups page of BuddyPress:
    Notice: Trying to get property of non-object in C:\xampp\htdocs\Delft\wp-content\plugins\private-content-login-redirect\private-content-login-redirect.php on line 65

Viewing 2 replies - 1 through 2 (of 2 total)
  • It should be line 33. To fix change
    if( 'private' == $private->post_status ) {
    to
    if( $private && 'private' == $private->post_status ) {

    Thread Starter McCage

    (@mccage)

    Hi breeves,
    I am not in a hurry. Are you planning to update this plugin?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trying to get property of non-object’ is closed to new replies.