Hi, Thanks for the review and for the error report. These type errors are usually related to your host and memory issues. Usually you just need to allocate more memory.
To do this ad this to your wp-config.php file.
` define( ‘WP_MEMORY_LIMIT’, ’96M’ );
See this for more info:
https://codex.www.ads-software.com/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
Let me know if that does not work! thanks