WordPress: PHP Fatal Error… Allowed memory size exhauted

Solution:

the error says that your memory size is not enough even with 512MB, try to set memory_limit to 2048M in wp-config.php. if you can get access to php.ini file you can update the memory_limit and restart php