How to fix the Postie “missing revisions” issue in WordPress

April 30th, 2012 by Exygy

The solution: Add the following line to your wp-config.php file – anywhere above the line that says require_once(ABSPATH . ‘wp-settings.php’)

define(‘WP_POST_REVISIONS’, true);

If you still don’t see your revisions now when you are editing a post or page, click the Screen Options link in the top right of the screen and make sure Revisions is checked.

The problem is that the Postie plugin tries to define the WP_POST_REVISIONS constant as false at the beginning of the script and then redefine it at the end of the script. However, redefining a constant in PHP is not allowed. So unless you have declared the constant as true in your wp-config.php file, the Postie plugin will override the default value and set it to false.

I hope this saves you some time and frustration!

Add a comment

About Us

What they say

This has been a very positive experience and relationship so far. I've worked with a lot of developers who tend to reassure you, say what you want to hear but don't have the chops to back it up. You guys have the chops and great communication skills. It's very likely we'll be working together more in the near future!

Exygy did great work and was ahead of schedule.

Find us Online