errors - My posts are getting to Auto draft when I try to Publish

admin2025-01-07  4

My posts on my site are getting into auto-draft mode when I try to publish it.

So far, I have tried the following: 1. Change the theme. 2. Disable all plugins 3. Disabled widgets using functions.php.

Not sure what is causing this. Can you please help?

Thanks!

My posts on my site are getting into auto-draft mode when I try to publish it.

So far, I have tried the following: 1. Change the theme. 2. Disable all plugins 3. Disabled widgets using functions.php.

Not sure what is causing this. Can you please help?

Thanks!

Share Improve this question asked Feb 5, 2020 at 6:01 meetpdmeetpd 1012 bronze badges 3
  • Though you proceeded with some of the debugging techniques, can you please proceed with some other also? Hopefully, inshALLAH, with the result somebody can assist you if you can't find what's the issue. – Mayeenul Islam Commented Feb 5, 2020 at 6:07
  • On which user role currently you are? – Tejas Gajjar Commented Feb 5, 2020 at 7:11
  • @TejasGajjar Admin role – meetpd Commented Feb 5, 2020 at 8:13
Add a comment  | 

1 Answer 1

Reset to default 0

Can you try the following in your wp-config.php

define( 'AUTOSAVE_INTERVAL', 3600 );     // autosave 1x per hour
define( 'WP_POST_REVISIONS', false );    // no revisions

What this would do disable auto-save and post-revisions. Try with that, if it works could be your then it could be your internet or hosting conflicts.

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1736263468a893.html

最新回复(0)