Como corregir en Wordpress el error error “Allowed memory size of 33554432 bytes exhausted”

Si al actualizar a la versión 2.8 o al activar un plugin te aparece el siguiente mensaje:

Allowed memory size of 33554432 bytes exhausted

Para solucionarlo sólo tienes que agregar la siguiente línea en tu archivo wp-config.php:

define(’WP_MEMORY_LIMIT’, ‘64M’);

Escribe un comentario