Can′t create a new post: warning
-
Why I can′t create a new post in my wordpress?
I have run into a problem where I can no longer create new posts on my WordPress site.
When clicking on “Posts > Add new” I get a white page with this warning:
Warning: Creating default object from empty value in /public_html/wp-admin/includes/post.php on line 748
This is the line 748:
$post->post_content = (string) apply_filters( 'default_content', $post_content, $post );
I′ve tried:
- Disabling all plugins
- Updating WordPress (6.1.1)
- Reinstalling WordPress by FTP
- Checked the AUTO_INCREMENT box in phpMyAdmin for “wp_posts > structure > ID” and “wp_postmeta > structure > idmeta_id”
Nothing fix the problem. Please, someone can help me? Thanks!!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can′t create a new post: warning’ is closed to new replies.