WordPress Fatal error: Allowed memory size of 67108864 bytes exhausted Won’t upload images

Solution:

Increase the memory limit setting in php.ini e.g.

memory_limit = 128M ;

or add following line to your wp-config.php

define('WP_MEMORY_LIMIT', '128M');