• I get the following error

    Trying to get property of non-object in …/wp-content/plugins/disqus-comment-system/disqus.php on line 807

    I am using a custom plugin that modifies the post slug based on values entered into custom fields. I cannot remove the other plugin. This plugin also adds posts to a custom post type when a post is save, so this might be related to using wp_insert_post()

    This plugin should be checking to make sure that

    $post = get_post($post_id); on line 724

    and

    $post = get_post($post_id); on 1243

    actually return post objects instead of assuming that it does.

    https://www.ads-software.com/plugins/disqus-comment-system/

  • The topic ‘PHP Error’ is closed to new replies.