• i have change my website to one server from another
    I have face the error during add new post and pages it show some list of errors

    ERRORS

    ty of non-object in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/post.php on line 6136

    Notice: Trying to get property of non-object in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/post.php on line 6137

    Notice: Trying to get property of non-object in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/post.php on line 6141

    Notice: Trying to get property of non-object in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/post.php on line 6360

    Notice: Trying to get property of non-object in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/theme.php on line 2863

    Notice: Trying to get property of non-object in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/theme.php on line 3087

    Notice: Trying to get property of non-object in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/post.php on line 4161

    Notice: Trying to get property of non-object in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/post.php on line 4161

    Notice: Trying to get property of non-object in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/post.php on line 3662

    Notice: Trying to get property of non-object in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-admin/includes/post.php on line 610

    Warning: Creating default object from empty value in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-admin/includes/post.php on line 642

    Notice: Undefined property: stdClass::$ID in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-admin/post-new.php on line 71

    Notice: Undefined property: stdClass::$post_date in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-admin/edit-form-advanced.php on line 144

    Notice: Undefined property: stdClass::$post_status in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-admin/edit-form-advanced.php on line 196

    Notice: Undefined property: stdClass::$post_status in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-admin/edit-form-advanced.php on line 230

    Notice: Undefined property: stdClass::$post_type in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/taxonomy.php on line 202

    Notice: Undefined property: stdClass::$post_type in /home/zd7r5b2sb1l3/public_html/poovulagu.org/wp-includes/taxonomy.php on line 204

    i don’t how to solve it. kindly help me to solve it thanks in advance

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Those errors all appear to be because the post data was passed to functions as an array or standard object and not as the required WP_Post object. This is a common coding blunder that is most likely due to 1) any custom coding you may have introduced, or 2) your theme or one of your plugins.

    I recommend you use the health-check plugin to help you isolate the problem. First review the status tab for any flagged problems. Then invoke troubleshooting mode and see if you can add new posts without errors, you should be able to. Use the troubleshooting item in the admin bar to restore your theme and plugins, one at a time, testing after each. When the errors return, the last activated module is the culprit.

Viewing 1 replies (of 1 total)
  • The topic ‘Faceing Error during Add new post and image’ is closed to new replies.