The error says
"PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted"
This generally means that the memory limit set to be allowed in PHP via the memory_limit directive has been reached and exhausted. You can try to increase this limit, restart PHP, and see if the error goes away.