WordPress 2.7 Fatal error: Allowed memory size of xxx bytes exhausted (tried to allocate xxx bytes) in class-snoopy.php , tutorial de administracion de servidores en linux, aprende con giganetic totalmente gratis. (By Giganetic)
En uno de mis blogs he notado este error a la hora de publicar o borrar noticias, ha sido justo al actualizar a la versión 2.7 de Wordpress. Existen varias formas de solucionarlo:
Fatal error: Allowed memory size of xxx bytes exhausted (tried to allocate xxx bytes) in class-snoopy.php on line 894
memory_limit = 16M ; Maximum amount of memory a script may consume (16MB)
ini_set('memory_limit','32M'); // Añade esta línea $_data = fread($fp, $this->maxlength);
La entrada WordPress 2.7 Fatal error: Allowed memory size of xxx bytes exhausted (tried to allocate xxx bytes) in class-snoopy.php – linux aparece primero en Giganetic - Administracion Servidores, Linux.