So I got this error which is cauing me losing a lot of time, but was finally solved.
What I did was to delete the auto drafts by login into phpMyAdmin and pull up the WordPress database you’re using.
Then go to the posts table, sort on post_status, and all the auto-drafts will come to the top for ease of deletion. Remove those posts and voila, the add new post button is working fine now.

