How to fix wordpress create wp posts ID 0
-
Currently, my database is broken, every new upload or post will go to post ID 0 which is broken, make the backend not function properly. What I can do is clear the wp_posts post ID 0 (DELETE FROM wp_posts WHERE ID = “0”) to recover back the backend.
Is that any way to fix this issue? Because I need to add new content to my website. Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘How to fix wordpress create wp posts ID 0’ is closed to new replies.