Cuando se obtiene un tamaño de memoria permitido agotado error que necesita para aumentar su php memory_limit valor. Si se le permite editar el PHP.ini, actualice su memory_limit en PHP.ini modificando la línea de abajo:
limite_memoria=256M;
Si no puede acceder al php.ini file, try adding the followingto your .htaccess:
php_value limite_memoria 256M
O, si esto tampoco funciona, edite wp-config.php file and add the following beforethe comment thats all Happy Blogging.
define(‘WP_MEMORY_LIMIT’, ‘256M’);Si 256M no son suficientes, prueba con más (como 512M).