• Resolved vaccinemedia

    (@vaccinemedia)


    I was editing a page this morning and totally messed it up but then discovered that there were no revisions for the page to go back to. I then noticed that all posts and pages had no revisions anymore and Elementor was telling me that revisions are disabled.

    On further inspection I found the following line 131 on geodirectory.php
    $this->define( ‘WP_POST_REVISIONS’, 0 );

    Disabling the GeoDirectory plugin restored my revisions on posts and pages.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Stiofan

    (@stiofansisland)

    Hi @vaccinemedia,

    Sorry to hear you had issues with this. If the site is not auto-setting the revision number then we set it. We have had issues with large sites gathering up thousands of unused revisions by users so we set it to auto only save one.

    You can easily set this from your wp-config.php file and it will override our setting.
    define( 'WP_POST_REVISIONS', 5 );

    If you have any issues please let me know.

    Thanks,

    Stiofan

    Thread Starter vaccinemedia

    (@vaccinemedia)

    Thanks! That worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Revisions are disabled on the whole website’ is closed to new replies.