El problema es sencillo de solucionar, seguiremos estos pasos:

  1. Editar el fichero wp-settings.php
  2. Cambiar la línea:

if ( !defined(‘WP_MEMORY_LIMIT’) )
define(‘WP_MEMORY_LIMIT’, ‘32M‘);

por esta otra:

if ( !defined(‘WP_MEMORY_LIMIT’) )
define(‘WP_MEMORY_LIMIT’, ‘64M‘);