cwalsh
What? Just inspect the page, go to the network tab, click Preserve Logs, reload the page, make the request, and see what the Response says.
As for the draft error message, this is unfortunately generic and thrown on any POST AJAX failure to /ajax.php/draft
. So we need a little more information to see why.
Cheers.