Hello spyda1124,
It seems that you have a problem with PHP memory limit, please increase the memory limit to 128MB or more if necessary. Open your wp-config.php which is located in the root WordPress directory. Then add the following line:
define('WP_MAX_MEMORY_LIMIT', '128M');
ini_set('memory_limit','128M');