How to debug | Some times the “Save Draft” button seems to spin but does not actually save

In wordpress root directory,open file wp-config.php,and find this code:

define('WP_DEBUG', true);

and just set the value to false somehow like this:

define('WP_DEBUG', false);

so that all errors will display,hope this can be helpful to u!

and also the best way is to resintall wordpress if it’s convient to u