• Hello,

    I heed help with this issue from the log:

    PHP Notice: Trying to get property ‘post_type’ of non-object in /var/www/wp-includes/class-wp-query.php on line 4103

    What can it be? It doesn’t seem like a plugin issue.
    Thanks!

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

Viewing 1 replies (of 1 total)
  • The problem is reported in core code, but it is most likely from a plugin that is querying for a custom post type without checking if the passed data (from a previous function call) was an error or not.
    It can be difficult to track down if you don’t know the scenario which causes it.
    If you do know when it happens, you can use the Health Check plugin in Troubleshoot mode to isolate the plugin or theme causing it, without affecting site visitors.

Viewing 1 replies (of 1 total)
  • The topic ‘PHP Notice error’ is closed to new replies.