This "guy" (who is a woman) did solve this problem by updating memory requirement just as David said to do -- in the WP config file, at the bottom, add this (or update it if it's already there):
ini_set('memory_limit', '128M');
ini_set('max_execution_time', '60');