Check your wp-config.php file for this line
define ('WP_POST_REVISIONS', 0);
and delete it. Or change the value to the number of revisions to save. Look in functions.php, too.
Check your wp-config.php file for this line
define ('WP_POST_REVISIONS', 0);
and delete it. Or change the value to the number of revisions to save. Look in functions.php, too.