Hi @akent64,
It seems from the error message that this error is raised due to memory limit of PHP.
Please try increasing the memory limit by using any of the following solution.
1. Edit your wp-config.php file and increase memory limit like:
define('WP_MEMORY_LIMIT', '96M');
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
2. If you have access to your PHP.ini file, change the line in PHP.ini
If your line shows 32M try 64M:
memory_limit = 96M ; Maximum amount of memory a script may consume (96MB)
3. If you don’t have access to PHP.ini try adding this to an .htaccess file:
php_value memory_limit 96M
4. If none of the above works then talk to your hosting provider.
Kind Regards,
Hey there.
We haven’t heard from you in awhile, so I just wanted to check in to make sure all was good.
This thread was marked resolved, but please, if you still need help then just respond and open it back up. We can then take it from there. 🙂
Hope you have a fantastic day!