Hello
I did several different tests and I am writing the result for you below. And I also found a temporary solution to solve the problem, but it seems that this solution is not correct.
1. If you disable all plugins, the post-new.php page will be displayed white. (If WP_DEBUG is enabled, the following error will be displayed.)
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 7502
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 7503
Notice: Trying to get property 'ID' of non-object in /public_html/wp-includes/post.php on line 7507
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 7762
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/theme.php on line 3596
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/theme.php on line 3822
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 5448
Notice: Trying to get property 'ID' of non-object in /public_html/wp-includes/post.php on line 5448
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 4749
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-admin/includes/post.php on line 756
Warning: Creating default object from empty value in /public_html/wp-admin/includes/post.php on line 795
Notice: Undefined property: stdClass::$ID in /public_html/wp-admin/post-new.php on line 67
Notice: Undefined property: stdClass::$post_status in /public_html/wp-admin/edit-form-blocks.php on line 91
Notice: Undefined property: stdClass::$post_type in /public_html/wp-admin/includes/meta-boxes.php on line 1558
Notice: Undefined property: stdClass::$post_type in /public_html/wp-includes/taxonomy.php on line 297
Notice: Undefined property: stdClass::$post_type in /public_html/wp-includes/taxonomy.php on line 300
Notice: Undefined property: stdClass::$post_type in /public_html/wp-admin/edit-form-blocks.php on line 298
2.If you install and activate the Classic Editor plugin, the post-new.php page will be loaded. (If WP_DEBUG is enabled, the following error will be displayed.)
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 7502
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 7503
Notice: Trying to get property 'ID' of non-object in /public_html/wp-includes/post.php on line 7507
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 7762
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/theme.php on line 3596
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/theme.php on line 3822
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 5448
Notice: Trying to get property 'ID' of non-object in /public_html/wp-includes/post.php on line 5448
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 4749
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-admin/includes/post.php on line 756
Warning: Creating default object from empty value in /public_html/wp-admin/includes/post.php on line 795
Notice: Undefined property: stdClass::$ID in /public_html/wp-admin/post-new.php on line 67
Notice: Undefined property: stdClass::$post_date in /public_html/wp-admin/edit-form-advanced.php on line 175
Notice: Undefined property: stdClass::$post_date in /public_html/wp-admin/edit-form-advanced.php on line 177
Notice: Undefined property: stdClass::$post_status in /public_html/wp-admin/edit-form-advanced.php on line 233
Notice: Undefined property: stdClass::$post_type in /public_html/wp-admin/includes/meta-boxes.php on line 1558
Notice: Undefined property: stdClass::$post_type in /public_html/wp-includes/taxonomy.php on line 297
Notice: Undefined property: stdClass::$post_type in /public_html/wp-includes/taxonomy.php on line 300
3. If you install and activate the Classic Editor plugin and also if you install and activate the Elementor Website Builder plugin, the post-new.php page will be displayed white. (If WP_DEBUG is enabled, the following error will be displayed.)
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 7502
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 7503
Notice: Trying to get property 'ID' of non-object in /public_html/wp-includes/post.php on line 7507
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 7762
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/theme.php on line 3596
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/theme.php on line 3822
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 5448
Notice: Trying to get property 'ID' of non-object in /public_html/wp-includes/post.php on line 5448
Notice: Trying to get property 'post_type' of non-object in /public_html/wp-includes/post.php on line 4749
Fatal error: Uncaught TypeError: Argument 2 passed to Elementor\TemplateLibrary\Source_Local::on_save_post() must be an instance of WP_Post, null given, called in /public_html/wp-includes/class-wp-hook.php on line 326 and defined in /public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php:1114 Stack trace: #0 /public_html/wp-includes/class-wp-hook.php(326): Elementor\TemplateLibrary\Source_Local->on_save_post(0, NULL) #1 /public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array) #2 /public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #3 /public_html/wp-includes/post.php(4760): do_action('save_post', 0, NULL, false) #4 /public_html/wp-admin/includes/post.php(753): wp_insert_post(Array, false, false) #5 /public_html/wp-admin/post-new.php(66): get_default_post_to_edit('post', true) #6 {main} thrown in /public_html/wp-content/plugins/elementor/includes/template-library/sources/local.php on line 1114
There has been a critical error on this website. Please check your site admin email inbox for instructions.
Learn more about troubleshooting WordPress.