Fatal error: Allowed memory size of xxxx bytes exhausted
Fatal error: Allowed memory size of xxxx bytes exhausted (tried to allocate 1966080 bytes) in /home/xxxxx/public_html/xxxxx/wp-includes/class-simplepie.php on line 5353
Este error me salia en mi tablero en la zona de administración de mi WordPress, y tampoco me dejo actualizar a la versión 2.8.1 de WordPress, y lo que hice pera repararlo fue muy sencillo
Primero que todo les mostrare el error que me salia cuando intentaba actualizar a WordPress 2.8.1.
Fatal error: Allowed memory size of xxxxx bytes exhausted (tried to allocate 2098419 bytes) in /home/xxxxx/public_html/xxxxx/wp-includes/http.php on line 704
Y la solución como les comentaba fue muy simple y fue la siguiente
La Solución
Primero entre a mi host via ftp, y entre a editar el archivo "wp-settings.php", y en la linea 13 (En Mi Caso) dice "define('WP_MEMORY_LIMIT', '32M');" ese "32" lo cambie por un "64" "define('WP_MEMORY_LIMIT', '64M');" lo guarde y lo re-subi, y listo todo anda muy bien, ahora si puedo actualizar automáticamente desde la web mi WordPress.
