After moving over my Después de pasar más de mi test blog prueba de blog to the new server, I noticed that the Admin Dashboard (with tons of unnecessary feeds) wasn’t displaying. para el nuevo servidor, me di cuenta de que el administrador de Escritorio (con toneladas de innecesarios los canales) no se muestra. It shows just a blank page. Se muestra una página en blanco.

Apache error log had a very interesting message: Registro de errores de Apache tiene un mensaje muy interesante:
Allowed memory size of 8388608 bytes exhausted (tried to allocate 0 bytes) Permitido el tamaño de la memoria de 8388608 bytes agotado (tratado de asignar 0 bytes)

The solution is simple. La solución es simple.
1. Increase memory_limit in php.ini to a higher value. Aumento memory_limit en php.ini a un valor más alto. I have set it to 64MB: He puesto a 64MB:
memory_limit = 64M memory_limit = 64M

2. Restart the Apache HTTP Server. Reinicie el Apache HTTP Server. On linux that would be: El linux que sería la siguiente:
service httpd restart reiniciar el servicio httpd

Note: The same technique can be used to increase maximum allocated memory for any php scripts. Nota: La misma técnica puede utilizarse para aumentar el máximo de memoria asignada para cualquier scripts PHP.

An even better solution is to replace it with Una mejor solución es reemplazarla con WordPress Dashboard hack WordPress Dashboard hack .