• jandersen

    (@jandersen)


    Anyone have any instight to how to fix this error?
    I migrated my wordpress site over today with a fresh install and ran the WP_Deg

    which is giving me the below.

    PHP Notice: Trying to get property of non-object in /home4/gsbdigit/public_html/wp-includes/class-wp-query.php on line 3736

    This is the code line it is referencing:

    if ( in_array( (string) $page_obj->ID, $page ) ) {
    return true;

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    This may be a plugin or theme conflict. Please attempt to disable all plugins, and use one of the default (Twenty*) themes. If the problem goes away, enable them one by one to identify the source of your troubles.

    If you can install plugins, install “Health Check”: https://wordpress.org/plugins/health-check/ On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.

Viewing 1 replies (of 1 total)

The topic ‘debug error – PHP’ is closed to new replies.