Hello There,
Thanks for writing in!
Please try to update your PHP memory limit by adding the following code snippet to your wp-config.php file(at the root of your wordpress installation).
define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );
If you still have problems, let us know and provide us your website url, login access and ftp.
Make sure to check Set as private reply
Hope that helps, cheers.