Expired
SOLVED. Had to increase memory using config.php
define( ‘WP_MEMORY_LIMIT’, ’96M’ );
More info https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
I’m getting the same error.