Disable Post Revisions – mistake in WP

Posted in: Newspaper
Post count: 12

Hi,
I have put this code in wp-config.php (line 97,98)

define(‘AUTOSAVE_INTERVAL’, 300); // seconds
define(‘WP_POST_REVISIONS’, 10);

And in my WordPress got this problem message (Prt Scr : https://www.screencast.com/t/jPUHoxYuxugO)

Post count: 23312

Hello valkiradoo,

It seems to be some conflicts with the theme because you are using some untested plugins which can interact with the theme core files and causes a lot of unknown issues.

Thanks.

Post count: 12

Hello,

I deactivated all plugins, edit wp-config, and got same mistake:

Notice: Constant AUTOSAVE_INTERVAL already defined in /var/www/clients/client0/web1/web/wp-config.php on line 96

Notice: Constant WP_POST_REVISIONS already defined in /var/www/clients/client0/web1/web/wp-config.php on line 97

Post count: 23312

Hello valkiradoo,

Sorry but please notice that issue is not theme related. Open a new topic at WordPress support and you say that problem because they should be aware to do this, sorry!

Thanks for your understanding!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.